diff --git "a/wandb/run-20241005_141414-821qpm7o/files/output.log" "b/wandb/run-20241005_141414-821qpm7o/files/output.log" --- "a/wandb/run-20241005_141414-821qpm7o/files/output.log" +++ "b/wandb/run-20241005_141414-821qpm7o/files/output.log" @@ -1,68456 +1,3 @@ -Reading metadata...: 75336it [00:02, 26261.29it/s] | 0/10000 [00:00> The following columns in the training 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. -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/torch/utils/checkpoint.py:295: FutureWarning: `torch.cpu.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cpu', args...)` instead. - with torch.enable_grad(), device_autocast_ctx, torch.cpu.amp.autocast(**ctx.cpu_autocast_kwargs): # type: ignore[attr-defined] - 5%|██████▌ | 500/10000 [24:46<7:56:26, 3.01s/it][INFO|trainer.py:4054] 2024-10-05 14:39:02,187 >> -{'loss': 0.9345, 'grad_norm': 6.131621360778809, 'learning_rate': 2.1875e-07, 'epoch': 0.0} -{'loss': 0.8231, 'grad_norm': 6.021520137786865, 'learning_rate': 4.375e-07, 'epoch': 0.01} -{'loss': 0.5623, 'grad_norm': 5.526496410369873, 'learning_rate': 6.5625e-07, 'epoch': 0.01} -{'loss': 0.4173, 'grad_norm': 4.9277825355529785, 'learning_rate': 8.75e-07, 'epoch': 0.01} -{'loss': 0.385, 'grad_norm': 4.292990684509277, 'learning_rate': 1.09375e-06, 'epoch': 0.01} -{'loss': 0.3931, 'grad_norm': 5.749295234680176, 'learning_rate': 1.3125e-06, 'epoch': 0.01} -{'loss': 0.3516, 'grad_norm': 3.8306965827941895, 'learning_rate': 1.5312499999999997e-06, 'epoch': 0.02} -{'loss': 0.3235, 'grad_norm': 4.687748908996582, 'learning_rate': 1.75e-06, 'epoch': 0.02} -{'loss': 0.3314, 'grad_norm': 4.232759952545166, 'learning_rate': 1.96875e-06, 'epoch': 0.02} -{'loss': 0.309, 'grad_norm': 4.185751914978027, 'learning_rate': 2.1875e-06, 'epoch': 0.03} -{'loss': 0.2991, 'grad_norm': 4.818612098693848, 'learning_rate': 2.40625e-06, 'epoch': 0.03} -{'loss': 0.2832, 'grad_norm': 4.171736717224121, 'learning_rate': 2.625e-06, 'epoch': 0.03} -{'loss': 0.2873, 'grad_norm': 5.217376708984375, 'learning_rate': 2.8437499999999997e-06, 'epoch': 0.03} -{'loss': 0.2957, 'grad_norm': 4.671106815338135, 'learning_rate': 3.0624999999999995e-06, 'epoch': 0.04} -{'loss': 0.2634, 'grad_norm': 3.9175262451171875, 'learning_rate': 3.2812499999999997e-06, 'epoch': 0.04} -{'loss': 0.2541, 'grad_norm': 4.647582054138184, 'learning_rate': 3.5e-06, 'epoch': 0.04} -{'loss': 0.2244, 'grad_norm': 3.25675368309021, 'learning_rate': 3.7187499999999998e-06, 'epoch': 0.04} -{'loss': 0.2492, 'grad_norm': 4.597206115722656, 'learning_rate': 3.9375e-06, 'epoch': 0.04} -{'loss': 0.246, 'grad_norm': 4.602332592010498, 'learning_rate': 4.156249999999999e-06, 'epoch': 0.05} -{'loss': 0.2208, 'grad_norm': 3.6419622898101807, 'learning_rate': 4.375e-06, 'epoch': 0.05} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-05 14:39:02,188 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-05 14:39:02,188 >> Batch size = 8 -Reading metadata...: 13630it [00:01, 12051.74it/s] -[INFO|trainer_utils.py:830] 2024-10-05 14:39:04,052 >> 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. -[WARNING|logging.py:328] 2024-10-05 14:39:04,128 >> Due to a bug fix in https://github.com/huggingface/transformers/pull/28687 transcription using a multilingual Whisper will default to language detection followed by transcription instead of translation to English.This might be a breaking change for your use case. If you want to instead always translate your audio to English, make sure to pass `language='en'`. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:04,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|logging.py:328] 2024-10-05 14:39:04,432 >> The attention mask is not set and cannot be inferred from input because pad token is same as eos token. As a consequence, you may observe unexpected behavior. Please pass your input's `attention_mask` to obtain reliable results. -[WARNING|trainer.py:742] 2024-10-05 14:39:06,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:06,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:06,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:06,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:06,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:08,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:08,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:08,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:08,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:09,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:10,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:10,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:11,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:11,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:11,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:13,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:13,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:13,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:13,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:13,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:15,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:15,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:15,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:15,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:16,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:17,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:17,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:18,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:18,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:18,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:20,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:20,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:20,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:20,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:20,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:22,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:22,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:22,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:22,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:23,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:24,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:24,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:25,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:25,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:25,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:27,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:27,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:27,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:27,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:27,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:29,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:29,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:29,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:29,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:30,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:31,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:31,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:32,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:32,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:32,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:34,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:34,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:34,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:34,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:34,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:36,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:36,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:36,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:36,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:37,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:38,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:38,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:39,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:39,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:39,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:41,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:41,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:41,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:41,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:42,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:44,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:44,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:44,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:44,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:45,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:46,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:46,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:46,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:46,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:47,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:49,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:49,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:49,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:49,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:49,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:51,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:51,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:51,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:51,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:51,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:53,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:53,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:53,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:53,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:54,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:55,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:55,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:56,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:56,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:56,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:39:58,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:58,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:58,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:39:58,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:39:58,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:00,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:00,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:01,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:01,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:01,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:03,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:03,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:03,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:03,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:03,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:05,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:05,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:05,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:05,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:06,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:07,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:07,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:08,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:08,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:08,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:10,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:10,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:10,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:10,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:10,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:12,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:12,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:12,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:12,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:13,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:14,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:14,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:15,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:15,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:15,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:17,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:17,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:17,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:17,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:18,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:19,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:19,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:19,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:19,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:20,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:22,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:22,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:22,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:22,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:23,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:24,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:24,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:25,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:25,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:25,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:27,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:27,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:27,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:27,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:27,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:29,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:29,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:29,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:29,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:30,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:31,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:31,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:31,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:31,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:32,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:34,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:34,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:34,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:34,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:34,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:36,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:36,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:36,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:36,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:37,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:39,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:39,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:39,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:39,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:39,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:41,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:41,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:41,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:41,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:41,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:43,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:43,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:44,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:44,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:44,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:46,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:46,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:46,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:46,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:46,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:48,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:48,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:48,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:48,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:49,030 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:50,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:50,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:50,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:50,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:51,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:52,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:52,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:53,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:53,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:53,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:55,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:55,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:55,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:55,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:56,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:40:57,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:57,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:58,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:40:58,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:40:58,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:00,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:00,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:00,821 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:02,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:02,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:02,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:02,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:03,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:04,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:04,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:05,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:05,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:06,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:07,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:07,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:08,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:08,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:08,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:10,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:10,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:10,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:10,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:10,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:12,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:12,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:12,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:12,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:13,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:14,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:14,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:15,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:15,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:15,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:17,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:17,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:17,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:17,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:18,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:19,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:19,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:20,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:20,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:20,474 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:22,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:22,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:22,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:22,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:22,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:24,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:24,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:24,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:24,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:25,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:27,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:27,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:27,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:27,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:27,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:29,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:29,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:29,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:29,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:30,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:31,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:31,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:31,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:31,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:32,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:33,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:33,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:34,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:34,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:34,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:36,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:36,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:36,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:36,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:36,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:38,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:38,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:38,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:38,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:39,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:40,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:40,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:41,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:41,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:41,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:43,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:43,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:43,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:43,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:44,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:45,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:45,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:46,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:46,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:46,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:48,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:48,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:48,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:48,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:48,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:50,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:50,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:50,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:50,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:51,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:52,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:52,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:53,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:53,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:53,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:55,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:55,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:55,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:55,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:55,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:57,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:57,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:57,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:57,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:41:58,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:41:59,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:41:59,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:00,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:00,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:00,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:02,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:02,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:02,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:02,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:03,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:04,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:04,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:05,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:05,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:05,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:07,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:07,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:07,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:07,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:07,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:09,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:09,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:10,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:10,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:10,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:12,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:12,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:12,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:12,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:12,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:14,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:14,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:14,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:14,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:15,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:16,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:16,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:17,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:17,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:17,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:19,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:19,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:19,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:19,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:19,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:21,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:21,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:21,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:21,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:22,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:23,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:23,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:24,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:24,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:25,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:26,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:26,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:27,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:27,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:27,680 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:29,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:29,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:29,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:29,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:30,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:31,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:31,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:31,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:31,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:32,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:34,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:34,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:34,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:34,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:34,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:36,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:36,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:36,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:36,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:37,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:38,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:38,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:39,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:39,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:39,464 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:41,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:41,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:41,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:41,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:41,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:43,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:43,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:43,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:43,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:44,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:46,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:46,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:46,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:46,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:46,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:48,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:48,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:48,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:48,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:49,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:50,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:50,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:51,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:51,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:51,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:53,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:53,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:53,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:53,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:53,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:55,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:55,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:55,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:55,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:56,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:42:57,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:57,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:58,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:42:58,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:42:58,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:00,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:00,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:00,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:00,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:01,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:02,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:02,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:03,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:03,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:03,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:05,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:05,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:05,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:05,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:06,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:08,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:08,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:08,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:08,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:08,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:10,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:10,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:10,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:10,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:11,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:12,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:12,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:13,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:13,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:13,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:15,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:15,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:15,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:15,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:15,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:17,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:17,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:17,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:17,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:18,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:19,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:19,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:20,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:20,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:20,639 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:22,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:22,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:22,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:22,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:23,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:24,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:24,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:25,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:25,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:25,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:27,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:27,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:27,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:27,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:27,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:29,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:29,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:29,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:29,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:30,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:31,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:31,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:32,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:32,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:32,531 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:34,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:34,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:34,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:34,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:34,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:36,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:36,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:36,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:36,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:37,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:38,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:38,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:39,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:39,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:39,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:41,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:41,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:41,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:41,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:41,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:43,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:43,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:43,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:43,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:44,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:46,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:46,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:46,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:46,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:47,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:48,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:48,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:49,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:49,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:49,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:51,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:51,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:51,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:51,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:51,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:53,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:53,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:53,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:53,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:54,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:55,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:55,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:56,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:56,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:56,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:43:58,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:58,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:58,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:43:58,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:43:59,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:00,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:00,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:01,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:01,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:01,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:03,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:03,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:03,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:03,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:03,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:05,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:05,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:05,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:05,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:06,296 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:07,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:07,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:08,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:08,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:08,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:10,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:10,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:10,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:10,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:10,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:12,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:12,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:12,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:12,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:13,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:14,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:14,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:15,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:15,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:15,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:17,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:17,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:17,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:17,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:18,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:19,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:19,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:20,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:20,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:20,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:22,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:22,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:22,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:22,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:22,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:24,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:24,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:24,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:24,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:25,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:26,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:26,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:27,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:27,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:27,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:29,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:29,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:29,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:29,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:30,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:31,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:31,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:32,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:32,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:32,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:34,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:34,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:34,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:34,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:35,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:36,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:36,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:36,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:36,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:37,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:39,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:39,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:39,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:39,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:39,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:41,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:41,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:41,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:41,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:42,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:43,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:43,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:44,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:44,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:44,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:46,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:46,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:46,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:46,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:46,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:48,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:48,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:48,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:48,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:49,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:50,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:50,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:51,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:51,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:51,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:53,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:53,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:53,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:53,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:54,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:55,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:55,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:56,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:56,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:56,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:44:58,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:58,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:58,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:44:58,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:44:58,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:00,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:00,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:00,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:00,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:01,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:03,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:03,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:03,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:03,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:03,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:05,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:05,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:05,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:05,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:06,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:07,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:07,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:07,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:07,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:08,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:09,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:09,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:10,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:10,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:10,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:12,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:12,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:12,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:12,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:13,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:15,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:15,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:15,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:15,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:15,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:17,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:17,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:17,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:17,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:18,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:19,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:19,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:20,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:20,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:20,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:21,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:21,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:22,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:22,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:22,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:24,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:24,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:24,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:24,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:24,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:26,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:26,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:26,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:26,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:27,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:28,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:28,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:29,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:29,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:29,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:31,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:31,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:31,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:31,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:31,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:33,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:33,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:33,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:33,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:34,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:35,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:35,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:36,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:36,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:36,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:38,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:38,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:38,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:38,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:39,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:40,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:40,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:41,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:41,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:41,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:43,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:43,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:43,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:43,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:43,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:45,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:45,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:45,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:45,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:46,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:47,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:47,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:48,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:48,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:48,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:50,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:50,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:50,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:50,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:50,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:52,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:52,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:52,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:52,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:53,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:55,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:55,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:55,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:55,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:56,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:45:57,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:57,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:58,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:45:58,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:45:58,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:00,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:00,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:00,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:00,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:00,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:02,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:02,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:02,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:02,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:03,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:04,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:04,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:05,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:05,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:05,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:07,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:07,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:07,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:07,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:07,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:09,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:09,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:09,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:09,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:10,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:11,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:11,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:12,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:12,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:12,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:14,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:14,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:14,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:14,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:14,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:16,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:16,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:17,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:17,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:17,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:19,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:19,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:19,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:19,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:19,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:21,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:21,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:21,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:21,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:22,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:23,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:23,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:24,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:24,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:24,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:26,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:26,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:26,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:26,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:26,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:28,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:28,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:28,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:28,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:29,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:30,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:30,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:31,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:31,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:31,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:33,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:33,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:33,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:33,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:34,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:35,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:35,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:36,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:36,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:36,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:38,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:38,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:38,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:38,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:39,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:40,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:40,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:40,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:40,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:41,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:42,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:42,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:43,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:43,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:43,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:45,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:45,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:45,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:45,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:46,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:47,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:47,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:48,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:48,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:48,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:50,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:50,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:50,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:50,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:50,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:52,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:52,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:52,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:52,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:52,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:54,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:54,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:55,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:55,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:55,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:57,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:57,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:57,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:57,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:46:57,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:46:59,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:59,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:59,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:46:59,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:00,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:01,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:01,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:02,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:02,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:02,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:04,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:04,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:04,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:04,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:04,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:06,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:06,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:06,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:06,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:07,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:08,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:08,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:09,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:09,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:09,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:11,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:11,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:11,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:11,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:11,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:13,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:13,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:13,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:13,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:14,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:15,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:15,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:16,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:16,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:17,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:18,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:18,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:18,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:18,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:19,246 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:20,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:20,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:21,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:21,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:21,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:23,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:23,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:23,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:23,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:23,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:25,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:25,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:25,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:25,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:26,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:28,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:28,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:28,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:28,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:28,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:30,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:30,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:30,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:30,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:31,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:33,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:33,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:33,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:33,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:33,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:35,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:35,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:35,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:35,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:36,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:37,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:37,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:38,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:38,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:38,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:40,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:40,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:40,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:40,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:40,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:42,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:42,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:42,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:42,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:43,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:44,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:44,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:45,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:45,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:45,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:47,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:47,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:47,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:47,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:47,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:49,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:49,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:49,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:49,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:50,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:51,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:51,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:52,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:52,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:52,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:54,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:54,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:54,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:54,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:55,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:56,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:56,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:57,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:57,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:47:57,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:47:59,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:47:59,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:00,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:00,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:00,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:02,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:02,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:02,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:02,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:02,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:04,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:04,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:04,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:04,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:05,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:06,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:06,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:07,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:07,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:07,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:09,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:09,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:09,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:09,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:09,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:11,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:11,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:11,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:11,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:12,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:13,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:13,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:13,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:13,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:14,313 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:16,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:16,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:16,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:16,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:16,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:18,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:18,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:18,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:18,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:19,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:20,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:20,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:21,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:21,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:21,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:23,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:23,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:23,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:23,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:23,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:25,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:25,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:25,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:25,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:26,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:27,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:27,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:28,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:28,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:28,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:30,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:30,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:30,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:30,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:31,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:32,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:32,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:33,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:33,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:33,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:35,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:35,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:35,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:35,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:35,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:37,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:37,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:37,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:37,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:38,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:39,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:39,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:40,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:40,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:40,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:42,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:42,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:42,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:42,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:43,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:44,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:44,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:45,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:45,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:45,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:47,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:47,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:47,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:47,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:47,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:49,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:49,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:49,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:49,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:50,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:52,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:52,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:52,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:52,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:52,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:54,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:54,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:54,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:54,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:55,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:56,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:56,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:57,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:57,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:57,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:48:59,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:59,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:59,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:48:59,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:48:59,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:01,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:01,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:01,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:01,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:02,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:03,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:03,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:04,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:04,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:04,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:06,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:06,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:06,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:06,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:07,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:08,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:08,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:08,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:08,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:09,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:10,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:10,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:11,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:11,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:11,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:13,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:13,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:13,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:13,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:13,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:15,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:15,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:15,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:15,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:16,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:17,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:17,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:18,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:18,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:18,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:20,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:20,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:20,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:20,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:20,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:22,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:22,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:22,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:22,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:23,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:25,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:25,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:25,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:25,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:26,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:27,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:27,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:27,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:27,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:28,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:30,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:30,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:30,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:30,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:30,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:32,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:32,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:32,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:32,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:33,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:34,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:34,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:34,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:34,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:35,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:37,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:37,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:37,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:37,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:37,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:39,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:39,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:39,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:39,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:39,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:41,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:41,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:42,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:42,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:42,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:44,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:44,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:44,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:44,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:44,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:46,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:46,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:46,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:46,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:47,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:49,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:49,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:49,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:49,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:49,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:51,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:51,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:51,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:51,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:52,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:53,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:53,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:54,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:54,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:54,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:56,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:56,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:56,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:56,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:56,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:49:58,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:58,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:58,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:49:58,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:49:59,212 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:00,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:00,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:01,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:01,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:01,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:03,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:03,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:03,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:03,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:04,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:05,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:05,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:06,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:08,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:08,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:08,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:08,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:09,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:10,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:10,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:11,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:11,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:11,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:13,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:13,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:13,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:13,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:13,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:15,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:15,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:15,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:15,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:16,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:17,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:17,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:18,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:18,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:18,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:20,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:20,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:20,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:20,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:20,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:22,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:22,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:22,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:22,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:23,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:25,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:25,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:25,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:25,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:25,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:27,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:27,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:27,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:27,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:28,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:29,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:29,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:30,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:30,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:30,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:32,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:32,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:32,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:32,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:32,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:34,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:34,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:34,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:34,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:35,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:37,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:37,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:37,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:37,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:37,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:39,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:39,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:39,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:39,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:40,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:41,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:41,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:41,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:41,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:42,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:43,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:43,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:44,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:44,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:44,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:46,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:46,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:46,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:46,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:47,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:49,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:49,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:49,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:49,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:50,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:51,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:51,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:52,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:54,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:54,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:54,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:54,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:54,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:56,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:56,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:56,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:56,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:57,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:50:58,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:58,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:59,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:50:59,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:50:59,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:01,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:01,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:01,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:01,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:01,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:03,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:03,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:03,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:03,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:04,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:05,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:05,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:06,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:06,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:06,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:08,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:08,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:08,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:08,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:08,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:10,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:10,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:10,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:10,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:11,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:12,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:12,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:13,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:13,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:13,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:15,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:15,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:15,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:15,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:16,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:17,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:17,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:18,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:18,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:18,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:20,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:20,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:20,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:20,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:20,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:22,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:22,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:22,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:22,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:23,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:24,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:24,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:25,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:25,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:25,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:27,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:27,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:27,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:27,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:28,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:30,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:30,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:30,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:30,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:30,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:32,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:32,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:32,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:32,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:33,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:35,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:35,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:35,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:35,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:35,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:37,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:37,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:37,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:37,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:38,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:39,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:39,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:40,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:40,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:40,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:42,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:42,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:42,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:42,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:43,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:44,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:44,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:44,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:44,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:45,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:47,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:47,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:47,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:47,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:47,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:49,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:49,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:49,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:49,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:50,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:51,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:51,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:52,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:54,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:54,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:54,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:54,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:54,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:56,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:56,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:56,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:56,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:57,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:51:58,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:58,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:59,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:51:59,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:51:59,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:01,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:01,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:01,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:01,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:01,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:03,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:03,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:03,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:03,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:04,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:06,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:06,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:06,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:06,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:07,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:09,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:09,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:09,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:09,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:09,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:11,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:11,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:11,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:11,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:12,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:13,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:13,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:14,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:14,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:14,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:16,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:16,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:16,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:16,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:16,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:18,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:18,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:18,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:18,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:19,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:20,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:20,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:21,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:21,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:21,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:23,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:23,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:23,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:23,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:24,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:25,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:25,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:25,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:25,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:26,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:28,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:28,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:28,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:28,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:28,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:30,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:30,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:30,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:30,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:31,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:32,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:32,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:33,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:33,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:33,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:35,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:35,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:35,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:35,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:35,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:37,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:37,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:37,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:37,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:38,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:39,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:39,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:40,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:40,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:40,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:42,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:42,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:42,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:42,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:42,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:44,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:44,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:44,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:44,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:45,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:47,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:47,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:47,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:47,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:47,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:49,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:49,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:49,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:49,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:50,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:52,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:52,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:52,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:52,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:53,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:54,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:54,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:55,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:55,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:55,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:57,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:57,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:57,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:57,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:52:57,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:52:59,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:59,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:59,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:52:59,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:00,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:02,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:02,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:02,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:02,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:02,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:04,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:04,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:04,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:04,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:05,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:06,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:06,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:07,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:07,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:07,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:09,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:09,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:09,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:09,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:09,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:11,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:11,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:11,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:11,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:12,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:13,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:13,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:13,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:13,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:14,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:16,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:16,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:16,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:16,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:16,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:18,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:18,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:18,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:18,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:19,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:20,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:20,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:21,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:23,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:23,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:23,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:23,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:23,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:25,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:25,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:25,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:25,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:26,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:27,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:27,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:28,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:28,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:28,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:30,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:30,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:30,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:30,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:31,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:33,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:33,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:33,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:33,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:33,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:35,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:35,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:35,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:35,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:36,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:37,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:37,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:38,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:38,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:38,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:40,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:40,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:40,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:40,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:40,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:42,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:42,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:42,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:42,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:43,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:44,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:44,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:45,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:45,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:45,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:47,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:47,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:47,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:47,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:48,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:49,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:49,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:49,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:49,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:50,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:52,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:52,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:52,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:52,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:52,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:54,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:54,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:54,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:54,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:55,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:56,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:56,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:56,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:56,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:57,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:53:59,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:59,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:59,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:53:59,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:53:59,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:01,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:01,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:01,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:01,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:02,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:03,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:03,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:04,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:04,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:04,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:06,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:06,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:06,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:06,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:07,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:08,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:08,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:08,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:08,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:09,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:10,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:10,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:11,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:11,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:11,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:13,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:13,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:13,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:13,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:13,945 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:15,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:15,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:16,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:16,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:16,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:18,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:18,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:18,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:18,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:19,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:21,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:21,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:21,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:21,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:21,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:23,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:23,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:23,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:23,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:24,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:25,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:25,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:26,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:26,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:26,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:28,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:28,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:28,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:28,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:28,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:30,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:30,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:30,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:30,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:31,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:32,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:32,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:33,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:33,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:33,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:35,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:35,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:35,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:35,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:36,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:37,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:37,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:37,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:37,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:38,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:39,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:39,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:40,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:40,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:40,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:42,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:42,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:42,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:42,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:43,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:44,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:44,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:45,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:45,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:45,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:47,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:47,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:47,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:47,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:47,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:49,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:49,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:49,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:49,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:50,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:52,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:52,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:52,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:52,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:52,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:54,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:54,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:54,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:54,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:55,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:56,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:56,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:57,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:57,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:54:57,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:54:59,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:59,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:59,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:54:59,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:00,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:01,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:01,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:02,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:02,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:02,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:04,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:04,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:04,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:04,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:04,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:06,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:06,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:06,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:06,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:07,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:08,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:08,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:09,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:09,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:09,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:11,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:11,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:11,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:11,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:11,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:13,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:13,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:13,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:13,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:14,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:15,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:15,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:16,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:16,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:16,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:18,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:18,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:18,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:18,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:18,945 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:20,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:20,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:20,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:20,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:21,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:23,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:23,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:23,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:23,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:23,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:25,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:25,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:25,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:25,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:26,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:27,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:27,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:28,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:28,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:28,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:30,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:30,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:30,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:30,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:30,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:32,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:32,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:32,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:32,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:33,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:35,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:35,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:35,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:35,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:35,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:37,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:37,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:37,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:37,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:38,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:40,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:40,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:40,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:40,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:41,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:42,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:42,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:43,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:43,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:43,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:45,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:45,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:45,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:45,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:45,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:47,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:47,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:47,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:47,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:48,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:49,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:49,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:50,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:50,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:50,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:52,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:52,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:52,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:52,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:53,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:54,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:54,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:55,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:55,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:55,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:57,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:57,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:57,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:57,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:55:57,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:55:59,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:59,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:59,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:55:59,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:00,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:01,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:01,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:02,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:02,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:02,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:04,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:04,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:04,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:04,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:04,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:06,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:06,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:06,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:06,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:07,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:09,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:09,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:09,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:09,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:09,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:11,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:11,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:11,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:11,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:12,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:13,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:13,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:13,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:13,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:14,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:15,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:15,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:16,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:16,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:16,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:18,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:18,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:18,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:18,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:19,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:21,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:21,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:21,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:21,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:21,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:23,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:23,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:23,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:23,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:24,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:25,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:25,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:26,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:26,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:26,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:28,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:28,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:28,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:28,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:28,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:30,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:30,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:30,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:30,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:31,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:32,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:32,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:33,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:33,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:33,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:35,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:35,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:35,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:35,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:35,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:37,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:37,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:37,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:37,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:38,212 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:39,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:39,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:40,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:40,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:40,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:42,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:42,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:42,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:42,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:43,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:44,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:44,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:45,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:45,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:45,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:47,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:47,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:47,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:47,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:47,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:49,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:49,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:49,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:49,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:50,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:51,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:51,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:52,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:52,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:52,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:54,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:54,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:54,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:54,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:54,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:56,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:56,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:56,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:56,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:56:57,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:56:58,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:58,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:59,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:56:59,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:00,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:02,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:02,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:02,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:02,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:02,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:04,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:04,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:04,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:04,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:05,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:07,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:07,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:07,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:07,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:07,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:09,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:09,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:09,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:09,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:10,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:11,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:11,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:12,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:12,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:12,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:14,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:14,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:14,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:14,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:15,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:16,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:16,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:17,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:17,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:17,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:19,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:19,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:19,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:19,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:19,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:21,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:21,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:21,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:21,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:22,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:24,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:24,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:24,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:24,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:24,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:26,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:26,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:26,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:26,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:27,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:28,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:28,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:29,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:29,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:29,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:31,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:31,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:31,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:33,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:33,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:33,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:33,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:34,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:35,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:35,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:36,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:36,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:36,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:38,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:38,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:38,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:38,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:38,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:40,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:40,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:40,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:40,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:41,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:43,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:43,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:43,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:43,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:44,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:45,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:45,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:45,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:45,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:46,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:48,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:48,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:48,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:48,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:48,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:50,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:50,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:50,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:50,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:51,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:52,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:52,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:53,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:53,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:53,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:55,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:55,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:55,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:55,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:55,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:57,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:57,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:57,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:57,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:57:58,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:57:59,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:57:59,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:00,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:00,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:00,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:02,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:02,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:02,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:02,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:02,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:04,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:04,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:04,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:04,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:05,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:06,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:06,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:07,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:07,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:07,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:09,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:09,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:09,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:09,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:09,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:11,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:11,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:11,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:11,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:12,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:14,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:14,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:14,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:14,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:14,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:16,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:16,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:16,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:16,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:17,093 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:18,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:18,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:18,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:18,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:20,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:21,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:21,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:22,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:22,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:22,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:24,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:24,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:24,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:24,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:24,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:26,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:26,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:26,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:26,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:27,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:28,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:28,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:29,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:29,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:29,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:31,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:31,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:31,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:31,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:31,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:33,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:33,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:33,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:33,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:34,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:35,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:35,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:36,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:36,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:36,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:38,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:38,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:38,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:38,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:38,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:40,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:40,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:40,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:40,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:41,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:42,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:42,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:43,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:43,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:43,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:45,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:45,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:45,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:45,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:45,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:47,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:47,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:47,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:47,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:48,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:49,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:49,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:50,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:50,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:50,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:52,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:52,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:52,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:52,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:52,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:54,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:54,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:54,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:54,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:55,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:56,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:56,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:56,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:56,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:57,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:58:59,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:59,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:59,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:58:59,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:58:59,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:01,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:01,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:01,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:01,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:02,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:04,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:04,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:04,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:04,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:05,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:06,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:06,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:06,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:06,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:07,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:09,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:09,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:09,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:09,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:09,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:11,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:11,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:11,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:11,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:12,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:13,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:13,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:14,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:14,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:14,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:16,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:16,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:16,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:16,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:16,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:18,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:18,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:18,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:18,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:19,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:20,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:20,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:21,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:21,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:21,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:23,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:23,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:23,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:23,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:23,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:25,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:25,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:25,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:25,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:26,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:27,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:27,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:27,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:27,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:28,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:29,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:29,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:30,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:30,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:30,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:32,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:32,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:32,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:32,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:33,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:34,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:34,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:35,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:35,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:35,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:37,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:37,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:37,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:37,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:37,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:39,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:39,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:39,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:39,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:40,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:41,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:41,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:42,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:42,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:42,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:44,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:44,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:44,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:44,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:45,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:46,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:46,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:47,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:47,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:47,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:49,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:49,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:49,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:49,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:49,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:51,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:51,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:51,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:51,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:52,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:53,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:53,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:54,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:54,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:54,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:56,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:56,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:56,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:56,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:57,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 14:59:58,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:58,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:58,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 14:59:58,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 14:59:59,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:01,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:01,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:01,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:01,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:01,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:03,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:03,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:03,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:03,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:04,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:05,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:05,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:06,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:06,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:06,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:08,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:08,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:08,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:08,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:08,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:10,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:10,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:10,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:10,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:11,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:12,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:12,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:13,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:13,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:13,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:15,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:15,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:15,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:15,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:15,787 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:17,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:17,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:17,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:17,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:18,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:19,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:19,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:20,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:20,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:20,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:22,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:22,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:22,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:22,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:22,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:24,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:24,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:24,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:24,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:25,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:26,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:26,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:27,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:27,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:28,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:29,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:29,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:30,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:30,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:30,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:32,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:32,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:32,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:32,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:32,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:34,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:34,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:34,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:34,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:35,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:36,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:36,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:37,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:37,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:37,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:39,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:39,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:39,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:39,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:40,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:41,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:41,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:42,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:42,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:42,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:44,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:44,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:44,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:44,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:44,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:46,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:46,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:46,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:46,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:47,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:48,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:48,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:49,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:49,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:49,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:51,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:51,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:51,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:51,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:51,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:53,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:53,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:54,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:54,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:54,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:56,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:56,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:56,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:56,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:56,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:00:58,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:58,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:00:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:00:59,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:00,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:00,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:01,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:01,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:01,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:03,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:03,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:03,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:03,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:03,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:05,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:05,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:05,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:05,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:06,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:07,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:07,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:08,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:08,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:08,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:10,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:10,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:10,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:10,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:11,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:13,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:13,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:13,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:13,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:13,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:15,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:15,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:15,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:15,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:16,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:18,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:18,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:18,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:18,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:18,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:20,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:20,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:20,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:20,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:21,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:22,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:22,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:23,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:23,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:23,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:25,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:25,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:25,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:25,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:25,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:27,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:27,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:27,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:27,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:28,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:29,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:29,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:30,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:30,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:30,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:32,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:32,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:32,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:32,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:32,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:34,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:34,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:34,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:34,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:35,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:36,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:36,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:37,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:37,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:37,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:39,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:39,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:39,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:39,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:39,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:41,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:41,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:41,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:41,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:42,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:44,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:44,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:44,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:44,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:44,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:46,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:46,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:46,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:46,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:47,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:48,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:48,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:49,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:49,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:49,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:51,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:51,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:51,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:51,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:52,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:54,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:54,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:54,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:54,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:54,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:56,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:56,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:56,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:56,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:57,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:01:59,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:59,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:59,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:01:59,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:01:59,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:01,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:01,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:01,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:01,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:01,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:03,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:03,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:04,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:04,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:04,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:06,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:06,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:06,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:06,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:06,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:08,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:08,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:08,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:08,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:09,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:10,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:10,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:11,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:11,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:11,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:13,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:13,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:13,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:13,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:13,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:15,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:15,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:15,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:15,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:16,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:17,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:17,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:18,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:18,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:18,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:20,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:20,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:20,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:20,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:20,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:22,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:22,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:22,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:22,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:23,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:24,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:24,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:24,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:24,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:25,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:26,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:26,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:27,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:27,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:27,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:29,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:29,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:29,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:29,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:29,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:31,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:31,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:31,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:31,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:32,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:34,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:34,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:34,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:34,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:35,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:36,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:36,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:37,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:37,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:37,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:39,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:39,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:39,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:39,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:39,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:41,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:41,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:41,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:41,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:42,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:43,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:43,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:44,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:44,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:44,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:46,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:46,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:46,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:46,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:46,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:48,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:48,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:48,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:48,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:49,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:51,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:51,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:51,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:51,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:51,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:53,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:53,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:53,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:53,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:53,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:55,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:55,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:55,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:55,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:56,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:02:58,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:58,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:58,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:02:58,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:02:58,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:00,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:00,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:00,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:00,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:00,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:02,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:02,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:02,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:02,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:03,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:04,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:04,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:05,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:05,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:05,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:07,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:07,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:07,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:07,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:07,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:09,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:09,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:09,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:09,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:10,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:12,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:12,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:12,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:12,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:13,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:14,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:14,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:15,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:15,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:15,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:17,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:17,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:17,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:17,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:17,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:19,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:19,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:19,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:19,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:20,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:22,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:22,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:22,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:22,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:22,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:24,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:24,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:24,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:24,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:25,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:26,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:26,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:27,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:27,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:27,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:29,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:29,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:29,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:29,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:29,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:31,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:31,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:31,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:31,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:32,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:34,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:34,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:34,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:34,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:34,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:36,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:36,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:36,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:36,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:37,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:38,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:38,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:39,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:39,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:39,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:41,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:41,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:41,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:41,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:41,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:43,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:43,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:43,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:43,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:44,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:45,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:45,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:46,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:46,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:46,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:48,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:48,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:48,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:48,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:49,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:50,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:50,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:50,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:50,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:52,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:53,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:53,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:54,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:54,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:54,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:56,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:56,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:56,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:56,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:56,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:03:58,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:58,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:58,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:03:58,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:03:59,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:01,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:01,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:01,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:01,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:01,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:03,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:03,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:03,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:03,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:04,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:05,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:05,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:06,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:06,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:06,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:08,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:08,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:08,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:08,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:08,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:10,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:10,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:10,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:10,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:11,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:12,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:12,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:13,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:13,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:13,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:15,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:15,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:15,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:15,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:15,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:17,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:17,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:17,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:17,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:18,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:20,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:20,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:20,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:20,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:20,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:22,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:22,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:22,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:22,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:23,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:24,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:24,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:24,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:24,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:25,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:27,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:27,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:27,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:27,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:27,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:29,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:29,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:29,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:29,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:29,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:31,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:31,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:32,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:32,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:32,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:34,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:34,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:34,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:34,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:35,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:36,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:36,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:37,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:37,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:37,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:39,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:39,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:39,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:39,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:39,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:41,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:41,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:41,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:41,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:42,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:43,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:43,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:44,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:44,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:44,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:46,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:46,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:46,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:46,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:47,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:48,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:48,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:48,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:48,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:49,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:51,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:51,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:51,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:51,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:51,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:53,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:53,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:53,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:53,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:54,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:55,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:55,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:56,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:56,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:56,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:04:58,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:58,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:58,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:04:58,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:04:58,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:00,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:00,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:00,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:00,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:01,210 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:02,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:02,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:03,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:03,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:03,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:05,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:05,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:05,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:05,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:06,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:07,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:07,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:07,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:07,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:08,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:09,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:09,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:10,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:10,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:10,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:12,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:12,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:12,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:12,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:12,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:14,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:14,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:14,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:14,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:15,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:17,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:17,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:17,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:17,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:18,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:19,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:19,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:20,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:20,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:20,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:22,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:22,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:22,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:22,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:22,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:24,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:24,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:24,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:24,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:25,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:26,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:26,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:27,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:27,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:27,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:29,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:29,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:29,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:29,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:29,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:31,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:31,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:31,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:31,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:32,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:33,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:33,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:34,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:34,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:34,420 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:36,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:36,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:36,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:36,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:36,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:38,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:38,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:38,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:38,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:39,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:40,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:40,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:40,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:40,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:41,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:43,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:43,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:43,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:43,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:43,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:45,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:45,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:45,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:45,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:45,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:47,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:47,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:47,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:47,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:48,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:49,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:49,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:50,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:50,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:50,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:52,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:52,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:52,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:52,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:52,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:54,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:54,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:55,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:55,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:55,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:05:57,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:57,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:57,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:05:57,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:05:58,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:00,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:00,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:00,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:00,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:00,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:02,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:02,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:02,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:02,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:03,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:04,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:04,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:05,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:05,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:05,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:07,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:07,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:07,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:07,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:07,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:09,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:09,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:09,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:09,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:10,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:12,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:12,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:12,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:12,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:12,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:14,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:14,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:14,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:14,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:14,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:16,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:16,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:16,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:16,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:17,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:19,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:19,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:19,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:19,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:19,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:21,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:21,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:21,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:21,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:22,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:24,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:24,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:24,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:24,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:24,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:26,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:26,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:26,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:26,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:27,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:28,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:28,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:29,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:29,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:29,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:31,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:31,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:31,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:31,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:31,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:33,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:33,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:33,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:33,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:34,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:35,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:35,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:36,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:36,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:36,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:38,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:38,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:38,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:38,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:39,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:41,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:41,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:41,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:41,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:41,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:43,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:43,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:43,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:43,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:44,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:45,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:45,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:46,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:46,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:46,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:48,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:48,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:48,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:48,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:48,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:50,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:50,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:50,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:50,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:51,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:52,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:52,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:53,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:53,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:53,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:55,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:55,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:55,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:55,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:55,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:57,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:57,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:57,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:57,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:06:58,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:06:59,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:06:59,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:00,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:00,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:00,420 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:02,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:02,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:02,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:02,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:02,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:04,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:04,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:04,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:04,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:05,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:06,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:06,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:07,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:07,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:07,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:09,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:09,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:09,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:09,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:09,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:11,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:11,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:12,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:12,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:12,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:14,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:14,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:14,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:14,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:14,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:16,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:16,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:16,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:16,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:17,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:19,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:19,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:19,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:19,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:20,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:22,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:22,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:22,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:22,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:22,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:24,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:24,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:24,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:24,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:25,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:26,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:26,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:27,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:27,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:27,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:29,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:29,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:29,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:29,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:29,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:31,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:31,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:31,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:31,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:32,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:33,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:33,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:34,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:34,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:34,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:36,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:36,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:36,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:36,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:36,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:38,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:38,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:38,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:38,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:39,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:40,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:40,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:41,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:41,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:41,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:43,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:43,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:43,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:43,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:43,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:45,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:45,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:45,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:45,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:46,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:48,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:48,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:48,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:48,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:48,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:50,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:50,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:50,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:50,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:50,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:52,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:52,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:52,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:52,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:53,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:54,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:54,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:55,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:55,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:55,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:57,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:57,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:57,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:07:57,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:07:59,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:59,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:59,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:07:59,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:00,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:02,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:02,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:02,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:02,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:03,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:05,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:05,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:05,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:05,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:05,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:07,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:07,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:07,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:07,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:08,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:09,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:09,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:10,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:10,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:10,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:12,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:12,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:12,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:12,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:12,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:14,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:14,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:14,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:14,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:15,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:16,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:16,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:17,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:17,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:17,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:19,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:19,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:19,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:19,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:19,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:21,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:21,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:21,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:21,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:22,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:23,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:23,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:24,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:24,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:24,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:26,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:26,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:26,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:26,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:26,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:28,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:28,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:28,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:28,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:29,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:30,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:30,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:31,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:31,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:31,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:33,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:33,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:33,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:33,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:33,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:35,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:35,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:35,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:35,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:36,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:37,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:37,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:38,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:38,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:38,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:40,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:40,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:40,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:40,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:41,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:42,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:42,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:42,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:42,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:43,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:44,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:44,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:45,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:45,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:46,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:47,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:47,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:48,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:48,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:48,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:49,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:49,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:50,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:50,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:50,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:52,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:52,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:52,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:52,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:53,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:54,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:54,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:55,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:55,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:55,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:57,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:57,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:57,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:57,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:08:57,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:08:59,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:59,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:59,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:08:59,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:00,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:01,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:01,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:02,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:02,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:02,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:04,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:04,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:04,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:04,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:05,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:06,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:06,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:06,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:06,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:07,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:09,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:09,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:09,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:09,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:09,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:11,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:11,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:11,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:11,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:12,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:13,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:13,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:14,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:14,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:14,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:16,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:16,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:16,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:16,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:16,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:18,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:18,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:18,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:18,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:19,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:21,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:21,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:21,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:21,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:21,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:23,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:23,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:23,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:23,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:24,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:25,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:25,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:26,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:26,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:27,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:28,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:28,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:29,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:29,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:29,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:31,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:31,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:31,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:31,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:31,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:33,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:33,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:33,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:33,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:34,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:35,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:35,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:36,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:36,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:36,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:38,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:38,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:38,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:38,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:38,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:40,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:40,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:40,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:40,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:41,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:43,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:43,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:43,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:43,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:43,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:45,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:45,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:45,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:45,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:46,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:47,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:47,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:48,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:48,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:48,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:50,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:50,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:50,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:50,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:50,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:52,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:52,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:52,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:52,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:53,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:54,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:54,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:55,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:55,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:55,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:57,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:57,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:57,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:57,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:09:57,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:09:59,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:59,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:59,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:09:59,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:00,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:01,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:01,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:02,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:02,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:02,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:04,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:04,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:04,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:04,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:04,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:06,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:06,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:06,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:06,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:07,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:09,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:09,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:09,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:09,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:10,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:11,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:11,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:12,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:12,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:12,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:14,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:14,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:14,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:14,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:14,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:16,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:16,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:16,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:16,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:17,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:18,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:18,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:19,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:19,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:19,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:21,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:21,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:21,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:21,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:21,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:23,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:23,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:23,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:23,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:24,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:26,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:26,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:26,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:26,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:26,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:28,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:28,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:28,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:28,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:29,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:30,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:30,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:31,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:31,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:31,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:33,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:33,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:33,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:33,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:33,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:35,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:35,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:36,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:36,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:36,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:38,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:38,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:38,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:38,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:38,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:40,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:40,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:40,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:40,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:41,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:42,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:42,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:43,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:43,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:43,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:45,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:45,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:45,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:45,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:45,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:47,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:47,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:47,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:47,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:48,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:49,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:49,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:50,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:50,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:50,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:52,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:52,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:52,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:52,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:53,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:55,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:55,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:55,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:55,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:55,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:57,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:57,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:57,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:57,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:10:58,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:10:59,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:59,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:59,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:10:59,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:00,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:02,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:02,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:02,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:02,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:02,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:04,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:04,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:04,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:04,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:05,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:06,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:06,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:07,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:07,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:07,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:09,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:09,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:09,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:09,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:09,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:11,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:11,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:11,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:11,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:12,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:13,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:13,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:14,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:14,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:14,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:16,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:16,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:16,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:16,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:16,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:18,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:18,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:18,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:18,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:19,284 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:20,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:20,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:21,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:23,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:23,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:23,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:23,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:23,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:25,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:25,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:25,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:25,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:26,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:27,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:27,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:28,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:28,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:28,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:30,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:30,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:30,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:30,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:30,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:32,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:32,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:32,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:32,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:33,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:35,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:35,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:35,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:35,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:36,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:38,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:38,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:38,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:38,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:38,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:40,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:40,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:40,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:40,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:41,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:42,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:42,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:43,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:43,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:43,595 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:45,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:45,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:45,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:45,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:45,976 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:47,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:47,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:47,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:47,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:48,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:49,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:49,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:50,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:50,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:50,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:52,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:52,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:52,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:52,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:52,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:54,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:54,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:55,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:55,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:55,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:57,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:57,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:57,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:57,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:11:57,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:11:59,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:59,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:59,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:11:59,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:00,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:01,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:01,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:02,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:02,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:02,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:04,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:04,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:04,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:04,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:04,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:06,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:06,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:06,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:06,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:07,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:08,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:08,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:09,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:09,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:09,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:11,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:11,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:11,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:11,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:12,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:14,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:14,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:14,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:14,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:14,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:16,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:16,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:16,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:16,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:17,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:19,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:19,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:19,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:19,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:19,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:21,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:21,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:21,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:21,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:22,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:23,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:23,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:24,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:24,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:24,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:26,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:26,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:26,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:26,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:26,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:28,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:28,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:28,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:28,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:29,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:30,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:30,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:31,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:31,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:31,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:33,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:33,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:33,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:33,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:33,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:35,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:35,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:35,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:35,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:36,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:37,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:37,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:38,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:38,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:38,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:39,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:39,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:40,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:40,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:40,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:42,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:42,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:42,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:42,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:42,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:44,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:44,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:44,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:44,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:45,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:47,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:47,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:47,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:47,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:47,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:49,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:49,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:49,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:49,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:50,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:51,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:51,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:51,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:51,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:52,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:54,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:54,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:54,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:54,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:55,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:56,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:56,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:57,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:57,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:57,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:12:59,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:59,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:59,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:12:59,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:12:59,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:01,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:01,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:01,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:01,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:02,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:03,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:03,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:04,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:04,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:04,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:06,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:06,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:06,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:06,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:06,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:08,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:08,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:09,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:09,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:09,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:11,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:11,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:11,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:11,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:11,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:13,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:13,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:13,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:13,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:14,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:15,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:15,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:16,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:16,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:16,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:18,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:18,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:18,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:18,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:18,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:20,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:20,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:21,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:21,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:21,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:22,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:22,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:23,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:23,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:23,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:25,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:25,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:25,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:25,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:26,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:27,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:27,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:28,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:28,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:28,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:30,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:30,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:30,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:30,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:30,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:32,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:32,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:32,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:32,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:33,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:35,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:35,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:35,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:35,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:36,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:37,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:37,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:38,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:38,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:38,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:40,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:40,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:40,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:40,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:41,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:42,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:42,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:42,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:42,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:43,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:45,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:45,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:45,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:45,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:45,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:47,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:47,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:47,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:47,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:47,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:49,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:49,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:49,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:49,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:50,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:51,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:51,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:52,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:52,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:52,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:54,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:54,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:54,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:54,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:54,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:56,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:56,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:56,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:56,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:57,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:13:58,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:58,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:59,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:13:59,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:13:59,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:01,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:01,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:01,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:01,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:02,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:03,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:03,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:04,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:04,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:04,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:05,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:05,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:06,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:06,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:06,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:08,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:08,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:08,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:08,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:09,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:10,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:10,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:11,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:11,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:11,639 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:13,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:13,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:13,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:13,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:13,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:15,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:15,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:15,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:15,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:16,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:18,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:18,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:18,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:18,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:19,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:20,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:20,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:21,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:21,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:21,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:23,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:23,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:23,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:23,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:23,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:25,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:25,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:25,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:25,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:26,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:27,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:27,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:28,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:28,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:28,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:30,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:32,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:32,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:32,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:32,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:33,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:34,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:34,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:35,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:35,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:35,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:37,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:37,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:37,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:37,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:37,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:39,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:39,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:39,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:39,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:40,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:41,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:41,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:42,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:42,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:42,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:44,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:44,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:44,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:44,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:44,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:46,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:46,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:46,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:46,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:47,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:48,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:48,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:49,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:49,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:49,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:51,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:51,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:51,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:51,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:51,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:53,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:53,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:53,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:53,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:54,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:55,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:55,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:56,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:56,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:56,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:14:58,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:58,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:58,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:14:58,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:14:59,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:01,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:01,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:01,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:01,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:02,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:03,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:03,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:04,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:04,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:04,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:06,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:06,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:06,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:06,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:06,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:08,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:08,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:09,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:09,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:09,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:11,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:11,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:11,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:11,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:11,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:13,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:13,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:13,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:13,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:14,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:15,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:15,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:16,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:16,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:16,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:18,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:18,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:18,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:18,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:18,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:20,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:20,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:20,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:20,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:21,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:23,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:23,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:23,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:23,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:23,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:25,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:25,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:25,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:25,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:26,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:27,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:27,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:28,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:28,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:28,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:30,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:30,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:30,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:30,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:30,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:32,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:32,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:32,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:32,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:33,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:34,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:34,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:35,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:35,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:35,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:37,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:37,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:37,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:37,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:37,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:39,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:39,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:39,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:39,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:40,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:41,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:41,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:42,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:42,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:43,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:44,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:44,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:45,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:45,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:45,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:47,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:47,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:47,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:47,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:47,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:49,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:49,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:49,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:49,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:50,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:51,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:51,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:52,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:52,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:52,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:54,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:54,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:54,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:54,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:55,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:56,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:56,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:57,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:57,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:57,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:15:59,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:59,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:59,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:15:59,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:15:59,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:01,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:01,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:01,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:01,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:02,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:03,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:03,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:04,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:04,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:04,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:06,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:06,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:06,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:06,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:06,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:08,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:08,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:08,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:08,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:09,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:11,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:11,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:11,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:11,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:11,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:13,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:13,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:13,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:13,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:14,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:15,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:15,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:16,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:16,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:16,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:18,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:18,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:18,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:18,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:18,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:20,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:20,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:20,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:20,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:21,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:22,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:22,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:23,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:23,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:24,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:25,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:25,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:25,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:25,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:26,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:28,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:28,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:28,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:28,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:28,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:30,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:30,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:30,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:30,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:31,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:32,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:32,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:32,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:32,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:33,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:34,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:34,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:35,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:35,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:35,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:37,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:37,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:37,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:37,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:37,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:39,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:39,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:39,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:39,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:40,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:42,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:42,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:42,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:42,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:42,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:44,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:44,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:44,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:44,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:45,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:46,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:46,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:46,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:46,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:47,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:49,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:49,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:49,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:49,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:49,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:51,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:51,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:51,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:51,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:51,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:53,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:53,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:53,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:53,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:54,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:55,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:55,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:56,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:56,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:56,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:16:58,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:58,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:58,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:16:58,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:16:58,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:00,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:00,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:00,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:00,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:01,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:02,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:02,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:03,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:03,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:03,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:05,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:05,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:05,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:05,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:06,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:08,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:08,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:08,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:08,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:08,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:10,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:10,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:10,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:10,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:11,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:12,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:12,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:13,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:13,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:13,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:15,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:15,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:15,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:15,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:15,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:17,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:17,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:17,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:17,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:18,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:19,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:19,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:19,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:19,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:20,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:21,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:21,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:22,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:22,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:22,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:24,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:24,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:24,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:24,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:25,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:26,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:26,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:26,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:26,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:27,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:29,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:29,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:29,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:29,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:29,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:31,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:31,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:31,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:31,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:32,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:33,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:33,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:34,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:34,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:34,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:36,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:36,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:36,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:36,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:36,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:38,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:38,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:38,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:38,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:39,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:41,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:41,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:41,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:41,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:41,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:43,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:43,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:43,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:43,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:43,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:45,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:45,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:45,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:45,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:47,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:48,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:48,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:48,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:48,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:49,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:50,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:50,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:51,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:51,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:51,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:53,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:53,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:53,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:53,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:53,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:55,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:55,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:55,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:55,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:56,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:17:58,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:58,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:58,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:17:58,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:17:58,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:00,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:00,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:00,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:00,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:01,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:02,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:02,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:02,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:02,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:03,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:04,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:04,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:05,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:05,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:05,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:07,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:07,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:07,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:07,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:07,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:09,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:09,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:09,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:09,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:10,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:12,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:12,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:12,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:12,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:12,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:14,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:14,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:14,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:14,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:15,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:16,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:16,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:16,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:16,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:17,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:18,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:18,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:19,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:19,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:19,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:21,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:21,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:21,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:21,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:21,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:23,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:23,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:23,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:23,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:24,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:25,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:25,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:26,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:26,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:27,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:28,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:28,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:29,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:29,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:29,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:31,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:31,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:31,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:31,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:31,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:33,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:33,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:33,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:33,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:34,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:35,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:35,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:36,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:36,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:36,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:38,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:38,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:38,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:38,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:38,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:40,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:40,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:40,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:40,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:41,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:42,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:42,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:43,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:43,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:43,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:45,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:45,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:45,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:45,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:45,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:47,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:47,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:47,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:47,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:48,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:49,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:49,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:50,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:50,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:50,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:52,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:52,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:52,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:52,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:52,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:54,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:54,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:54,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:54,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:55,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:56,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:56,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:56,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:56,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:57,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:18:59,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:59,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:59,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:18:59,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:18:59,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:01,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:01,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:01,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:01,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:01,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:03,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:03,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:03,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:03,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:04,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:05,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:05,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:06,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:06,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:07,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:08,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:08,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:08,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:08,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:09,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:11,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:11,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:11,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:11,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:11,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:13,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:13,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:13,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:13,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:14,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:15,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:15,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:15,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:15,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:16,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:18,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:18,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:18,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:18,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:18,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:20,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:20,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:20,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:20,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:21,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:22,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:22,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:22,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:22,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:23,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:25,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:25,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:25,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:25,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:25,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:27,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:27,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:27,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:27,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:28,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:29,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:29,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:29,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:29,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:30,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:31,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:31,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:32,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:32,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:32,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:34,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:34,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:34,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:34,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:34,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:36,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:36,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:36,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:36,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:37,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:38,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:38,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:39,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:39,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:39,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:41,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:41,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:41,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:41,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:41,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:43,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:43,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:43,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:43,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:44,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:45,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:45,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:46,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:46,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:46,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:48,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:48,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:48,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:48,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:49,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:50,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:50,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:51,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:51,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:51,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:53,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:53,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:53,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:53,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:53,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:55,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:55,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:55,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:55,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:56,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:19:58,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:58,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:58,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:19:58,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:19:58,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:00,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:00,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:00,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:00,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:01,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:02,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:02,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:03,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:03,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:03,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:05,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:05,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:05,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:05,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:05,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:07,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:07,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:07,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:07,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:08,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:09,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:09,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:10,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:10,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:10,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:11,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:11,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:12,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:12,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:12,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:14,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:14,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:14,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:14,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:14,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:16,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:16,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:16,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:16,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:17,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:18,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:18,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:19,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:19,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:19,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:21,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:21,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:21,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:21,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:22,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:23,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:23,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:23,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:23,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:24,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:26,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:26,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:26,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:26,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:26,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:28,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:28,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:28,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:28,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:29,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:31,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:31,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:31,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:31,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:31,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:33,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:33,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:33,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:33,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:34,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:35,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:35,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:36,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:36,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:36,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:38,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:38,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:38,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:38,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:38,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:40,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:40,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:40,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:40,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:41,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:42,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:42,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:43,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:43,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:43,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:45,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:45,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:45,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:45,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:45,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:47,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:47,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:47,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:47,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:48,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:50,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:50,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:50,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:50,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:50,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:52,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:52,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:52,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:52,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:53,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:54,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:54,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:55,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:55,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:55,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:57,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:57,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:57,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:57,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:20:57,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:20:59,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:59,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:59,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:20:59,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:00,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:01,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:01,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:02,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:02,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:02,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:04,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:04,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:04,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:04,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:04,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:06,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:06,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:06,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:06,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:07,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:09,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:09,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:09,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:09,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:09,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:11,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:11,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:11,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:11,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:12,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:14,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:14,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:14,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:14,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:15,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:16,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:16,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:17,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:17,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:17,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:19,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:19,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:19,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:19,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:19,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:21,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:21,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:21,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:21,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:22,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:23,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:23,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:23,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:23,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:24,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:25,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:25,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:26,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:26,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:26,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:28,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:28,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:28,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:28,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:28,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:30,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:30,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:30,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:30,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:30,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:32,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:32,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:32,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:32,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:33,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:34,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:34,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:35,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:35,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:35,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:37,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:37,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:37,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:37,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:37,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:39,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:39,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:39,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:39,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:40,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:41,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:41,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:42,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:42,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:42,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:44,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:44,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:44,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:44,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:44,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:46,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:46,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:46,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:46,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:47,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:48,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:48,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:49,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:49,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:49,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:51,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:51,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:51,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:51,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:52,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:54,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:54,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:54,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:54,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:54,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:56,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:56,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:56,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:56,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:57,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:21:58,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:58,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:59,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:21:59,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:21:59,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:01,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:01,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:01,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:01,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:01,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:03,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:03,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:03,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:03,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:04,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:05,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:05,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:06,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:06,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:06,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:08,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:08,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:08,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:08,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:08,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:10,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:10,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:10,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:10,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:11,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:12,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:12,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:13,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:13,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:13,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:15,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:15,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:15,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:15,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:15,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:17,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:17,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:17,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:17,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:18,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:19,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:19,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:20,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:20,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:20,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:22,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:22,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:22,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:22,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:22,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:24,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:24,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:24,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:24,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:25,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:27,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:27,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:27,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:27,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:27,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:29,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:29,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:29,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:29,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:30,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:31,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:31,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:32,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:32,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:33,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:34,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:34,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:34,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:34,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:35,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:37,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:37,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:37,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:37,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:37,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:39,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:39,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:39,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:39,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:40,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:42,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:42,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:42,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:42,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:42,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:44,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:44,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:44,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:44,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:45,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:46,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:46,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:46,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:46,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:47,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:49,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:49,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:49,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:49,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:49,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:51,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:51,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:51,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:51,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:52,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:53,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:53,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:54,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:54,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:54,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:56,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:56,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:56,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:56,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:56,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:22:58,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:58,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:58,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:22:58,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:22:59,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:00,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:00,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:01,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:01,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:01,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:03,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:03,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:03,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:03,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:03,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:05,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:05,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:05,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:05,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:06,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:07,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:07,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:08,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:08,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:08,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:10,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:10,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:10,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:10,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:10,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:12,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:12,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:12,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:12,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:13,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:14,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:14,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:15,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:15,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:15,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:17,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:17,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:17,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:17,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:17,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:19,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:19,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:19,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:19,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:20,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:22,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:22,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:22,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:22,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:22,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:24,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:24,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:24,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:24,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:25,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:26,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:26,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:26,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:26,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:27,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:29,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:29,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:29,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:29,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:29,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:31,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:31,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:31,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:31,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:32,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:33,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:33,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:33,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:33,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:34,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:35,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:35,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:36,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:36,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:36,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:38,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:38,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:38,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:38,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:38,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:40,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:40,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:40,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:40,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:41,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:43,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:43,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:43,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:43,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:43,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:45,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:45,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:45,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:45,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:46,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:47,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:47,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:48,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:48,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:48,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:50,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:50,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:50,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:50,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:50,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:52,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:52,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:52,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:52,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:53,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:55,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:55,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:55,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:55,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:56,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:23:57,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:57,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:57,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:23:57,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:23:58,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:00,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:00,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:00,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:00,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:00,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:02,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:02,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:02,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:02,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:03,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:04,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:04,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:05,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:05,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:05,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:07,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:07,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:07,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:07,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:07,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:09,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:09,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:09,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:09,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:10,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:11,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:11,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:12,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:12,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:12,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:14,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:14,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:14,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:14,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:14,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:16,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:16,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:16,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:16,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:17,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:18,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:18,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:19,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:19,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:19,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:21,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:21,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:21,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:21,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:21,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:23,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:23,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:23,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:23,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:24,115 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:25,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:25,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:26,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:26,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:26,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:28,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:28,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:28,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:28,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:28,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:30,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:30,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:30,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:30,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:31,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:32,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:32,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:33,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:33,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:34,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:35,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:35,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:35,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:35,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:36,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:38,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:38,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:38,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:38,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:38,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:40,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:40,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:41,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:42,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:42,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:42,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:42,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:43,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:45,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:45,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:45,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:45,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:45,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:47,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:47,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:47,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:47,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:48,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:49,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:49,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:50,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:50,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:50,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:52,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:52,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:52,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:52,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:52,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:54,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:54,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:54,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:54,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:55,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:56,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:56,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:57,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:57,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:57,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:24:59,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:59,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:59,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:24:59,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:24:59,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:01,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:01,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:01,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:01,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:02,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:04,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:04,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:04,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:04,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:04,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:06,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:06,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:06,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:06,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:06,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:08,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:08,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:08,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:08,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:09,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:10,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:10,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:11,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:11,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:11,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:13,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:13,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:13,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:13,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:14,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:16,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:16,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:16,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:16,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:16,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:18,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:18,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:18,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:18,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:19,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:20,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:20,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:21,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:21,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:21,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:23,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:23,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:23,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:23,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:23,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:25,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:25,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:25,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:25,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:26,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:28,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:28,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:28,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:28,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:28,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:30,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:30,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:30,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:30,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:31,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:32,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:32,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:33,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:33,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:33,429 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:35,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:35,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:35,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:35,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:35,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:37,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:37,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:37,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:37,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:37,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:39,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:39,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:39,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:39,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:40,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:41,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:41,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:42,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:42,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:42,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:44,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:44,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:44,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:44,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:44,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:46,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:46,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:47,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:47,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:47,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:49,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:49,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:49,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:49,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:49,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:51,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:51,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:51,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:51,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:52,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:53,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:53,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:54,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:54,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:54,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:56,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:56,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:56,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:56,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:57,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:25:58,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:58,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:58,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:25:58,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:25:59,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:01,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:01,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:01,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:01,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:01,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:03,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:03,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:03,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:03,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:04,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:05,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:05,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:06,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:06,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:06,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:08,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:08,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:08,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:08,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:08,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:10,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:10,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:10,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:10,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:11,390 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:13,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:13,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:13,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:13,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:13,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:15,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:15,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:15,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:15,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:16,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:17,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:17,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:18,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:18,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:18,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:20,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:20,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:20,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:20,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:20,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:22,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:22,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:22,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:22,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:23,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:24,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:24,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:25,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:25,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:25,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:27,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:27,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:27,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:27,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:27,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:29,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:29,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:29,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:29,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:30,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:31,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:31,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:32,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:32,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:32,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:34,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:34,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:34,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:34,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:34,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:36,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:36,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:36,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:36,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:37,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:39,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:39,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:39,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:39,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:39,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:41,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:41,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:41,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:41,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:42,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:43,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:43,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:43,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:43,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:44,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:46,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:46,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:46,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:46,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:46,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:48,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:48,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:48,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:48,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:49,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:50,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:50,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:50,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:50,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:51,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:53,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:53,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:53,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:53,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:53,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:55,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:55,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:55,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:55,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:56,115 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:26:57,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:57,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:58,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:26:58,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:26:58,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:00,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:00,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:00,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:00,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:00,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:02,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:02,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:02,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:02,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:03,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:04,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:04,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:05,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:05,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:05,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:07,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:07,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:07,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:07,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:07,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:09,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:09,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:09,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:09,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:10,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:12,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:12,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:12,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:12,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:12,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:14,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:14,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:14,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:14,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:15,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:16,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:16,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:17,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:17,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:17,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:19,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:19,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:19,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:19,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:20,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:21,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:21,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:22,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:22,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:22,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:24,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:24,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:24,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:24,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:24,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:26,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:26,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:26,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:26,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:27,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:28,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:28,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:29,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:29,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:29,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:31,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:31,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:31,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:31,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:32,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:33,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:33,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:34,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:34,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:34,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:36,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:36,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:36,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:36,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:36,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:38,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:38,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:38,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:38,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:39,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:40,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:40,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:41,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:41,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:41,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:43,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:43,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:43,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:43,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:43,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:45,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:45,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:45,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:45,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:46,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:47,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:47,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:48,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:48,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:48,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:50,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:50,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:50,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:50,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:50,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:52,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:52,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:52,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:52,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:53,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:54,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:54,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:55,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:55,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:55,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:57,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:57,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:57,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:57,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:27:58,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:27:59,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:59,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:59,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:27:59,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:00,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:02,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:02,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:02,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:02,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:03,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:04,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:04,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:05,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:05,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:05,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:07,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:07,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:07,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:07,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:08,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:09,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:09,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:09,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:09,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:10,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:11,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:11,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:12,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:12,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:12,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:14,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:14,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:14,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:14,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:14,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:16,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:16,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:16,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:16,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:17,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:18,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:18,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:19,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:19,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:19,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:21,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:21,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:21,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:21,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:21,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:23,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:23,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:23,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:23,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:24,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:25,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:25,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:26,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:26,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:26,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:28,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:28,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:28,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:28,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:28,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:30,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:30,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:30,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:30,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:31,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:33,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:33,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:33,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:33,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:33,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:35,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:35,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:35,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:35,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:36,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:37,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:37,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:37,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:37,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:38,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:39,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:39,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:40,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:40,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:41,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:42,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:42,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:43,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:43,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:43,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:45,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:45,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:45,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:45,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:45,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:47,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:47,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:47,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:47,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:47,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:49,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:49,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:49,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:49,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:50,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:52,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:52,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:52,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:52,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:52,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:54,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:54,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:54,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:54,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:55,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:56,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:56,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:56,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:56,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:57,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:28:59,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:59,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:59,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:28:59,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:28:59,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:01,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:01,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:01,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:01,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:02,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:03,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:03,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:04,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:04,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:04,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:06,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:06,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:06,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:06,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:06,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:08,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:08,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:08,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:08,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:09,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:11,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:11,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:11,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:11,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:11,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:13,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:13,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:13,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:13,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:13,945 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:15,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:15,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:15,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:15,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:16,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:18,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:18,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:18,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:18,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:19,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:21,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:21,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:21,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:21,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:21,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:23,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:23,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:23,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:23,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:24,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:25,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:25,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:26,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:26,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:26,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:28,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:28,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:28,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:28,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:28,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:30,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:30,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:30,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:30,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:31,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:32,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:32,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:33,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:33,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:33,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:35,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:35,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:35,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:35,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:35,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:37,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:37,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:37,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:37,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:38,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:39,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:39,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:40,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:40,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:40,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:42,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:42,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:42,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:42,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:43,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:44,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:44,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:44,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:44,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:45,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:46,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:46,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:47,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:47,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:47,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:49,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:49,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:49,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:49,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:49,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:51,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:51,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:51,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:51,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:52,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:53,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:53,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:54,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:54,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:54,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:56,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:56,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:56,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:56,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:57,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:29:58,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:58,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:59,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:29:59,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:29:59,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:01,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:01,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:01,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:01,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:01,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:03,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:03,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:03,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:03,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:04,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:05,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:05,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:06,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:06,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:06,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:08,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:08,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:08,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:08,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:08,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:10,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:10,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:10,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:10,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:11,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:12,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:12,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:13,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:13,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:13,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:15,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:15,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:15,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:15,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:15,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:17,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:17,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:17,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:17,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:18,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:19,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:19,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:20,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:20,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:20,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:22,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:22,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:22,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:22,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:22,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:24,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:24,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:24,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:24,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:25,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:26,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:26,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:27,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:27,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:27,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:29,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:29,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:29,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:29,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:30,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:31,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:31,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:32,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:32,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:32,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:34,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:34,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:34,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:34,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:34,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:36,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:36,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:36,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:36,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:37,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:38,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:38,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:39,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:39,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:39,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:41,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:41,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:41,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:41,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:41,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:43,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:43,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:43,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:43,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:44,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:45,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:45,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:46,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:46,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:46,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:48,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:48,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:48,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:48,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:48,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:50,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:50,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:50,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:50,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:51,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:52,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:52,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:53,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:53,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:53,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:55,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:55,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:55,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:55,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:55,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:57,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:57,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:57,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:57,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:30:58,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:30:59,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:59,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:59,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:30:59,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:00,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:02,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:02,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:02,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:02,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:02,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:04,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:04,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:04,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:04,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:05,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:06,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:06,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:07,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:07,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:08,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:09,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:09,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:10,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:10,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:10,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:12,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:12,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:12,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:12,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:12,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:14,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:14,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:14,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:14,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:15,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:16,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:16,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:17,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:17,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:17,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:19,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:19,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:19,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:19,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:19,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:21,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:21,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:21,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:21,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:22,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:23,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:23,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:24,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:24,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:24,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:25,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:25,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:26,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:26,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:26,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:28,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:28,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:28,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:28,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:29,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:30,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:30,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:30,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:30,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:31,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:32,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:32,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:33,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:33,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:33,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:35,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:35,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:35,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:35,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:35,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:37,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:37,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:37,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:37,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:38,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:39,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:39,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:40,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:40,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:40,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:42,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:42,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:42,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:42,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:42,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:44,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:44,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:44,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:44,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:45,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:46,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:46,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:47,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:47,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:48,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:49,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:49,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:49,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:49,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:50,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:52,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:52,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:52,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:52,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:52,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:54,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:54,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:54,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:54,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:55,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:56,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:56,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:56,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:56,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:57,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:31:58,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:58,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:59,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:31:59,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:31:59,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:01,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:01,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:01,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:01,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:01,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:03,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:03,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:03,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:03,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:04,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:05,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:05,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:06,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:06,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:06,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:08,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:08,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:08,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:08,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:08,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:10,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:10,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:10,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:10,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:11,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:12,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:12,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:12,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:12,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:13,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:15,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:15,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:15,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:15,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:15,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:17,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:17,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:17,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:17,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:18,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:19,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:19,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:20,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:20,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:20,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:22,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:22,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:22,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:22,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:22,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:24,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:24,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:24,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:24,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:25,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:27,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:27,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:27,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:27,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:27,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:29,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:29,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:29,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:29,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:30,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:31,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:31,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:32,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:32,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:32,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:34,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:34,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:34,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:34,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:34,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:36,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:36,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:36,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:36,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:37,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:38,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:38,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:39,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:39,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:39,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:41,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:41,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:41,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:41,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:41,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:43,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:43,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:43,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:43,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:44,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:45,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:45,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:46,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:46,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:46,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:48,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:48,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:48,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:48,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:48,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:50,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:50,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:50,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:50,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:51,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:52,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:52,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:53,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:53,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:53,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:55,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:55,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:55,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:55,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:56,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:32:57,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:57,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:58,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:32:58,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:32:58,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:00,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:00,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:00,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:00,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:00,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:02,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:02,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:02,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:02,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:03,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:04,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:04,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:05,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:05,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:05,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:07,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:07,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:07,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:07,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:08,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:09,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:09,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:10,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:10,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:10,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:12,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:12,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:12,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:12,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:12,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:14,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:14,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:14,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:14,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:15,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:16,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:16,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:17,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:17,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:17,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:19,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:19,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:19,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:19,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:19,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:21,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:21,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:22,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:22,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:22,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:23,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:23,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:24,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:24,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:24,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:26,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:26,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:26,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:26,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:26,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:28,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:28,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:28,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:28,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:29,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:31,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:31,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:31,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:33,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:33,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:33,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:33,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:33,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:35,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:35,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:35,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:35,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:36,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:37,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:37,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:38,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:38,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:38,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:40,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:40,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:40,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:40,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:40,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:42,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:42,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:42,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:42,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:43,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:45,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:45,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:45,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:45,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:46,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:47,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:47,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:48,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:48,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:48,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:50,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:50,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:50,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:50,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:50,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:52,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:52,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:52,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:52,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:52,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:54,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:54,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:54,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:54,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:55,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:56,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:56,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:57,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:57,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:57,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:33:59,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:59,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:59,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:33:59,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:33:59,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:01,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:01,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:01,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:01,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:02,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:03,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:03,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:04,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:04,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:04,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:06,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:06,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:06,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:06,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:06,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:08,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:08,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:08,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:08,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:09,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:10,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:10,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:10,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:10,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:11,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:13,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:13,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:13,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:13,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:13,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:15,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:15,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:15,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:15,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:16,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:17,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:17,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:18,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:18,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:18,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:20,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:20,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:20,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:20,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:20,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:22,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:22,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:23,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:23,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:24,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:25,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:25,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:26,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:26,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:26,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:28,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:28,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:28,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:28,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:28,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:30,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:30,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:30,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:30,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:31,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:32,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:32,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:32,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:32,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:33,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:35,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:35,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:35,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:35,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:35,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:37,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:37,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:37,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:37,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:38,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:39,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:39,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:40,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:42,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:42,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:42,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:42,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:42,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:44,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:44,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:44,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:44,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:44,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:46,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:46,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:46,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:46,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:47,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:49,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:49,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:49,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:49,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:49,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:51,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:51,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:51,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:51,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:52,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:53,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:53,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:54,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:54,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:54,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:56,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:56,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:56,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:56,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:56,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:34:58,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:58,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:58,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:34:58,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:34:59,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:01,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:01,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:01,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:01,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:02,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:03,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:03,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:04,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:04,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:04,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:06,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:06,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:06,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:06,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:06,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:08,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:08,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:08,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:08,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:09,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:10,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:10,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:10,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:10,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:11,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:13,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:13,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:13,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:13,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:13,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:15,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:15,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:15,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:15,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:16,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:17,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:17,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:18,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:18,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:18,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:20,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:20,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:20,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:20,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:21,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:22,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:22,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:23,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:23,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:23,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:25,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:25,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:25,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:25,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:25,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:27,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:27,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:27,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:27,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:28,212 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:29,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:29,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:30,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:30,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:30,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:32,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:32,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:32,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:32,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:32,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:34,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:34,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:34,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:34,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:35,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:37,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:37,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:37,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:37,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:37,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:39,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:39,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:39,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:39,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:40,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:41,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:41,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:42,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:42,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:42,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:44,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:44,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:44,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:44,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:44,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:46,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:46,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:46,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:46,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:47,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:48,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:48,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:49,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:49,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:49,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:51,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:51,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:51,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:51,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:51,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:53,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:53,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:53,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:53,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:54,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:55,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:55,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:56,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:56,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:56,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:35:58,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:58,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:58,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:35:58,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:35:58,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:00,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:00,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:00,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:00,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:01,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:02,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:02,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:03,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:03,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:03,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:05,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:05,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:05,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:05,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:05,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:07,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:07,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:07,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:07,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:08,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:10,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:10,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:10,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:10,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:10,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:12,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:12,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:12,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:12,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:13,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:14,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:14,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:15,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:15,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:15,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:17,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:17,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:17,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:17,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:18,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:19,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:19,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:20,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:20,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:20,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:22,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:22,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:22,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:22,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:22,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:24,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:24,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:24,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:24,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:25,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:26,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:26,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:27,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:27,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:27,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:29,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:29,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:29,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:29,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:29,841 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:31,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:31,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:31,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:31,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:32,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:33,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:33,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:34,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:34,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:34,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:36,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:36,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:36,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:36,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:36,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:38,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:38,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:38,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:38,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:39,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:40,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:40,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:41,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:41,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:41,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:43,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:43,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:43,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:43,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:43,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:45,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:45,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:45,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:45,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:46,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:47,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:47,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:48,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:48,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:48,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:50,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:50,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:50,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:50,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:51,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:52,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:52,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:53,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:53,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:54,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:55,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:55,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:56,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:56,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:56,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:36:58,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:58,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:58,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:36:58,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:36:58,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:00,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:00,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:00,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:00,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:01,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:02,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:02,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:02,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:02,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:03,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:04,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:04,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:05,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:05,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:05,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:07,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:07,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:07,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:07,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:07,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:09,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:09,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:09,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:09,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:10,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:12,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:12,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:12,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:12,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:12,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:14,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:14,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:14,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:14,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:15,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:16,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:16,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:16,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:16,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:17,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:18,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:18,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:19,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:19,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:19,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:21,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:21,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:21,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:21,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:21,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:23,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:23,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:23,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:23,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:24,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:25,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:25,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:26,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:26,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:26,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:28,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:28,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:28,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:28,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:28,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:30,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:30,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:30,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:30,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:31,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:33,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:33,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:33,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:33,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:34,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:35,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:35,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:36,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:36,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:36,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:38,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:38,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:38,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:38,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:38,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:40,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:40,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:40,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:40,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:41,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:42,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:42,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:43,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:43,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:43,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:45,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:45,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:45,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:45,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:46,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:47,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:47,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:48,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:48,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:48,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:49,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:49,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:50,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:50,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:50,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:52,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:52,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:52,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:52,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:52,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:54,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:54,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:54,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:54,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:55,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:57,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:57,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:57,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:57,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:37:57,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:37:59,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:59,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:59,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:37:59,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:00,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:01,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:01,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:01,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:01,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:02,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:04,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:04,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:04,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:04,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:04,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:06,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:06,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:06,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:06,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:07,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:09,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:09,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:09,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:09,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:10,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:11,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:11,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:11,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:11,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:12,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:13,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:13,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:14,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:14,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:14,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:16,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:16,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:16,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:16,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:17,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:18,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:18,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:19,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:19,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:19,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:21,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:21,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:21,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:21,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:21,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:23,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:23,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:23,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:23,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:24,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:26,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:26,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:26,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:28,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:28,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:28,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:28,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:28,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:30,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:30,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:30,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:30,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:31,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:32,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:32,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:33,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:33,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:33,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:35,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:35,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:35,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:35,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:36,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:37,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:37,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:37,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:37,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:38,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:39,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:39,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:40,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:40,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:40,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:42,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:42,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:42,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:42,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:42,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:44,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:44,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:44,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:44,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:45,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:47,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:47,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:47,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:47,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:48,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:49,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:49,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:50,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:50,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:50,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:52,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:52,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:52,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:52,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:52,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:54,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:54,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:54,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:54,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:55,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:56,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:56,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:57,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:57,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:38:57,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:38:59,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:59,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:59,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:38:59,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:00,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:01,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:01,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:01,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:01,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:02,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:03,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:03,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:04,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:04,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:04,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:06,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:06,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:06,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:06,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:07,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:08,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:08,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:08,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:08,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:09,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:10,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:10,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:11,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:11,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:11,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:13,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:13,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:13,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:13,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:14,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:15,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:15,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:16,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:16,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:16,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:18,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:18,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:18,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:18,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:18,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:20,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:20,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:20,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:20,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:21,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:22,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:22,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:23,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:23,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:23,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:25,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:25,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:25,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:25,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:26,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:28,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:28,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:28,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:28,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:28,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:30,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:30,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:30,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:30,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:31,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:32,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:32,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:32,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:32,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:33,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:35,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:35,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:35,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:35,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:35,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:37,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:37,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:37,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:37,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:38,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:39,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:39,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:40,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:40,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:40,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:42,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:42,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:42,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:42,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:43,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:44,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:44,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:44,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:44,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:45,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:46,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:46,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:47,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:47,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:47,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:49,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:49,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:49,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:49,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:49,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:51,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:51,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:52,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:53,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:53,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:53,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:53,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:54,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:55,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:55,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:56,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:56,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:56,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:39:58,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:58,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:58,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:39:58,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:39:59,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:00,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:00,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:01,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:01,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:01,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:03,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:03,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:03,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:03,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:03,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:05,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:05,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:05,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:05,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:07,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:08,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:08,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:09,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:09,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:09,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:11,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:11,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:11,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:11,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:11,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:13,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:13,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:13,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:13,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:14,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:15,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:15,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:16,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:16,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:16,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:18,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:18,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:18,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:18,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:18,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:20,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:20,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:20,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:20,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:21,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:22,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:22,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:23,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:23,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:23,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:25,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:25,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:25,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:25,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:25,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:27,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:27,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:27,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:27,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:28,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:29,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:29,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:30,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:30,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:30,609 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:32,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:32,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:32,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:32,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:32,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:34,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:34,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:34,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:34,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:35,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:37,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:37,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:37,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:37,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:37,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:39,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:39,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:39,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:39,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:39,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:41,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:41,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:41,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:41,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:42,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:44,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:44,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:44,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:44,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:44,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:46,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:46,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:46,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:46,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:46,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:48,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:48,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:48,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:48,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:49,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:51,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:51,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:51,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:51,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:52,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:54,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:54,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:54,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:54,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:54,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:56,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:56,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:56,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:56,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:56,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:40:58,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:58,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:59,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:40:59,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:40:59,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:01,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:01,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:01,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:01,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:01,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:03,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:03,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:03,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:03,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:04,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:05,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:05,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:06,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:06,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:06,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:08,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:08,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:08,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:08,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:08,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:10,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:10,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:10,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:10,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:10,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:12,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:12,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:12,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:13,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:13,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:15,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:15,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:15,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:17,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:17,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:17,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:17,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:18,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:19,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:19,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:20,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:20,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:20,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:22,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:22,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:22,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:22,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:22,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:24,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:24,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:24,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:24,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:25,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:26,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:26,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:27,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:27,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:27,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:29,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:29,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:29,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:29,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:29,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:31,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:31,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:31,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:31,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:32,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:34,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:34,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:34,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:34,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:34,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:36,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:36,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:36,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:36,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:37,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:38,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:38,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:39,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:39,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:39,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:41,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:41,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:41,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:41,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:41,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:43,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:43,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:43,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:43,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:44,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:45,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:45,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:46,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:46,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:46,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:48,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:48,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:48,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:48,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:48,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:50,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:50,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:50,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:50,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:51,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:52,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:52,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:52,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:52,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:53,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:55,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:55,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:55,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:55,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:55,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:57,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:57,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:57,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:57,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:41:58,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:41:59,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:59,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:59,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:41:59,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:00,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:01,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:01,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:02,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:02,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:02,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:04,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:04,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:04,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:04,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:04,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:06,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:06,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:07,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:07,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:07,390 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:09,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:09,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:09,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:09,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:09,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:11,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:11,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:11,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:11,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:12,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:13,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:13,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:14,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:14,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:14,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:16,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:16,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:16,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:16,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:17,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:19,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:19,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:19,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:19,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:19,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:21,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:21,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:21,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:21,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:22,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:23,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:23,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:23,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:23,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:24,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:25,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:25,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:26,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:26,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:26,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:28,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:28,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:28,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:28,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:28,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:30,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:30,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:30,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:30,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:31,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:33,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:33,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:33,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:33,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:33,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:35,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:35,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:35,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:35,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:36,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:37,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:37,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:37,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:38,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:38,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:40,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:40,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:40,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:40,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:40,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:42,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:42,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:42,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:42,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:43,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:44,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:44,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:44,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:44,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:45,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:47,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:47,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:47,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:47,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:47,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:49,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:49,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:49,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:49,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:50,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:52,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:52,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:52,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:52,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:52,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:54,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:54,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:54,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:54,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:55,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:56,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:56,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:57,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:57,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:42:57,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:42:59,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:59,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:59,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:42:59,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:00,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:01,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:01,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:02,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:02,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:02,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:04,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:04,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:04,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:04,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:05,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:06,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:06,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:07,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:07,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:07,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:09,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:09,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:09,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:09,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:09,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:11,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:11,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:11,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:11,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:12,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:13,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:13,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:14,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:14,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:14,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:16,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:16,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:16,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:16,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:16,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:18,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:18,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:19,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:19,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:19,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:21,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:21,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:21,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:21,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:21,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:23,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:23,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:23,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:23,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:24,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:25,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:25,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:26,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:26,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:26,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:28,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:28,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:28,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:28,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:29,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:30,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:30,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:31,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:31,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:31,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:33,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:33,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:33,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:33,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:34,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:35,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:35,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:36,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:36,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:36,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:38,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:38,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:38,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:38,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:38,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:40,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:40,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:40,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:40,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:41,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:43,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:43,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:43,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:43,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:43,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:45,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:45,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:45,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:45,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:46,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:47,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:47,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:48,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:48,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:48,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:50,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:50,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:50,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:50,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:51,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:53,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:53,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:53,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:53,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:53,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:55,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:55,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:55,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:55,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:56,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:43:57,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:57,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:57,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:43:57,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:43:58,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:00,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:00,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:00,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:00,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:00,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:02,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:02,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:02,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:02,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:03,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:04,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:04,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:05,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:05,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:05,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:07,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:07,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:07,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:07,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:07,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:09,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:09,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:09,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:09,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:10,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:11,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:11,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:12,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:12,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:12,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:14,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:14,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:14,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:14,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:14,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:16,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:16,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:16,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:16,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:17,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:18,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:18,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:19,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:19,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:19,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:21,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:21,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:21,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:21,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:21,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:23,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:23,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:23,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:23,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:24,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:26,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:26,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:26,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:26,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:27,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:28,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:28,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:29,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:29,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:29,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:31,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:31,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:31,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:31,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:31,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:33,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:33,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:33,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:33,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:33,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:35,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:35,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:36,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:36,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:36,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:38,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:38,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:38,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:38,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:38,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:40,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:40,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:40,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:40,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:40,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:42,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:42,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:43,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:43,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:43,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:45,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:45,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:45,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:45,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:45,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:47,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:47,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:47,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:47,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:48,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:49,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:49,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:50,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:50,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:50,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:52,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:52,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:52,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:52,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:52,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:54,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:54,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:54,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:54,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:55,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:56,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:56,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:57,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:57,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:44:57,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:44:59,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:59,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:59,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:44:59,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:00,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:01,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:01,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:02,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:02,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:02,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:04,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:04,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:04,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:04,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:04,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:06,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:06,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:06,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:06,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:07,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:09,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:09,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:09,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:09,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:09,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:11,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:11,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:11,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:11,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:12,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:13,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:13,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:14,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:14,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:14,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:16,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:16,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:16,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:16,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:16,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:18,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:18,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:18,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:18,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:19,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:20,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:20,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:21,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:21,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:21,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:23,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:23,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:23,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:23,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:23,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:25,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:25,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:25,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:25,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:26,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:28,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:28,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:28,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:28,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:28,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:30,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:30,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:30,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:30,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:30,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:32,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:32,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:32,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:32,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:33,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:35,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:35,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:35,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:35,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:35,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:37,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:37,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:37,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:37,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:38,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:39,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:39,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:40,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:40,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:40,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:42,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:42,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:42,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:42,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:42,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:44,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:44,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:44,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:44,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:45,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:46,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:46,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:47,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:47,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:47,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:49,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:49,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:49,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:49,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:50,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:52,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:52,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:52,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:52,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:52,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:54,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:54,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:54,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:54,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:55,146 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:56,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:56,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:57,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:57,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:57,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:45:59,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:59,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:59,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:45:59,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:45:59,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:01,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:01,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:01,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:01,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:02,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:03,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:03,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:04,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:04,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:04,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:06,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:06,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:06,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:06,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:06,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:08,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:08,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:08,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:08,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:09,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:10,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:10,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:11,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:11,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:11,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:13,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:13,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:13,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:13,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:13,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:15,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:15,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:15,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:15,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:16,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:17,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:17,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:18,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:18,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:18,620 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:20,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:20,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:20,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:20,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:20,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:22,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:22,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:22,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:22,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:23,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:25,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:25,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:25,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:25,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:25,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:27,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:27,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:27,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:27,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:27,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:29,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:29,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:29,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:29,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:30,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:32,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:32,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:32,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:32,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:32,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:34,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:34,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:34,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:34,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:35,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:36,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:36,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:37,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:37,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:37,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:39,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:39,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:39,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:39,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:39,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:41,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:41,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:41,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:41,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:42,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:43,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:43,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:44,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:44,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:44,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:46,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:46,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:46,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:46,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 15:46:46,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 15:46:47,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:47,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:48,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 15:46:48,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. - 10%|████████████▋ | 1000/10000 [1:57:47<7:11:51, 2.88s/it][INFO|trainer.py:4054] 2024-10-05 16:12:03,040 >> -{'eval_loss': 0.2592349350452423, 'eval_wer': 20.691487412510533, 'eval_runtime': 4116.5906, 'eval_samples_per_second': 3.311, 'eval_steps_per_second': 0.414, 'epoch': 0.05} -{'loss': 0.2539, 'grad_norm': 3.6599488258361816, 'learning_rate': 4.363486842105263e-06, 'epoch': 0.05} -{'loss': 0.2313, 'grad_norm': 3.6934616565704346, 'learning_rate': 4.351973684210526e-06, 'epoch': 0.06} -{'loss': 0.2272, 'grad_norm': 3.7546138763427734, 'learning_rate': 4.340460526315789e-06, 'epoch': 0.06} -{'loss': 0.2373, 'grad_norm': 3.096877098083496, 'learning_rate': 4.3289473684210525e-06, 'epoch': 0.06} -{'loss': 0.2285, 'grad_norm': 3.572812795639038, 'learning_rate': 4.3174342105263155e-06, 'epoch': 0.06} -{'loss': 0.2293, 'grad_norm': 3.3494396209716797, 'learning_rate': 4.3059210526315785e-06, 'epoch': 0.07} -{'loss': 0.2063, 'grad_norm': 3.5156869888305664, 'learning_rate': 4.2944078947368415e-06, 'epoch': 0.07} -{'loss': 0.2113, 'grad_norm': 3.698807716369629, 'learning_rate': 4.282894736842105e-06, 'epoch': 0.07} -{'loss': 0.2055, 'grad_norm': 3.716585636138916, 'learning_rate': 4.271381578947368e-06, 'epoch': 0.07} -{'loss': 0.2114, 'grad_norm': 4.204227924346924, 'learning_rate': 4.2598684210526314e-06, 'epoch': 0.07} -{'loss': 0.2224, 'grad_norm': 3.479562282562256, 'learning_rate': 4.2483552631578944e-06, 'epoch': 0.08} -{'loss': 0.2523, 'grad_norm': 4.5203094482421875, 'learning_rate': 4.2368421052631575e-06, 'epoch': 0.08} -{'loss': 0.2383, 'grad_norm': 3.6081738471984863, 'learning_rate': 4.2253289473684205e-06, 'epoch': 0.08} -{'loss': 0.1808, 'grad_norm': 3.2602758407592773, 'learning_rate': 4.2138157894736835e-06, 'epoch': 0.09} -{'loss': 0.1747, 'grad_norm': 3.6786868572235107, 'learning_rate': 4.202302631578947e-06, 'epoch': 0.09} -{'loss': 0.1662, 'grad_norm': 3.1120803356170654, 'learning_rate': 4.19078947368421e-06, 'epoch': 0.09} -{'loss': 0.1771, 'grad_norm': 3.1962203979492188, 'learning_rate': 4.179276315789473e-06, 'epoch': 0.09} -{'loss': 0.1751, 'grad_norm': 3.172363758087158, 'learning_rate': 4.167763157894736e-06, 'epoch': 0.1} -{'loss': 0.1701, 'grad_norm': 2.4304590225219727, 'learning_rate': 4.156249999999999e-06, 'epoch': 0.1} -{'loss': 0.1489, 'grad_norm': 3.193345308303833, 'learning_rate': 4.144736842105262e-06, 'epoch': 0.1} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-05 16:12:03,040 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-05 16:12:03,040 >> Batch size = 8 -Reading metadata...: 13630it [00:00, 23045.11it/s] -[INFO|trainer_utils.py:830] 2024-10-05 16:12:04,400 >> 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. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:04,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:06,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:06,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:06,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:06,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:07,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:08,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:08,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:09,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:09,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:09,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:11,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:11,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:11,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:11,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:11,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:13,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:13,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:13,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:13,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:14,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:15,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:15,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:16,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:16,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:16,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:18,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:18,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:18,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:18,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:18,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:20,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:20,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:20,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:20,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:21,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:22,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:22,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:22,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:22,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:23,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:25,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:25,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:25,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:25,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:25,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:27,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:27,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:27,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:27,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:28,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:29,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:29,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:30,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:30,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:30,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:32,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:32,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:32,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:32,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:32,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:34,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:34,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:34,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:34,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:35,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:36,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:36,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:37,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:37,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:37,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:39,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:39,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:39,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:39,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:39,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:41,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:41,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:42,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:42,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:42,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:44,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:44,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:44,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:44,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:45,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:47,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:47,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:47,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:47,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:47,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:49,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:49,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:49,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:49,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:50,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:51,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:51,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:51,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:51,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:52,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:54,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:54,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:54,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:54,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:54,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:56,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:56,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:56,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:56,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:57,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:12:58,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:58,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:58,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:12:58,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:12:59,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:01,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:01,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:01,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:01,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:01,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:03,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:03,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:03,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:03,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:04,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:06,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:06,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:06,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:06,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:06,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:08,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:08,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:08,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:08,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:09,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:10,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:10,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:10,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:10,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:11,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:13,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:13,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:13,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:13,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:13,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:15,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:15,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:15,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:15,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:16,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:17,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:17,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:18,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:18,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:18,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:20,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:20,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:20,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:20,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:20,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:22,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:22,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:22,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:22,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:23,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:25,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:25,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:25,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:25,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:26,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:27,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:27,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:27,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:27,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:28,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:29,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:29,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:30,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:30,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:30,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:32,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:32,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:32,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:32,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:32,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:34,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:34,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:34,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:34,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:35,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:37,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:37,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:37,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:37,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:37,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:39,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:39,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:39,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:39,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:40,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:41,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:41,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:42,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:42,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:42,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:44,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:44,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:44,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:44,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:44,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:46,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:46,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:46,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:46,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:47,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:48,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:48,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:49,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:49,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:49,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:51,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:51,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:51,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:53,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:53,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:53,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:53,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:54,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:55,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:55,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:56,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:56,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:56,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:13:58,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:58,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:58,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:13:58,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:13:59,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:00,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:00,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:00,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:00,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:01,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:03,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:03,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:03,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:03,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:03,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:05,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:05,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:05,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:05,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:06,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:08,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:08,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:08,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:08,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:08,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:10,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:10,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:10,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:10,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:11,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:12,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:12,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:13,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:13,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:13,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:15,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:15,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:15,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:15,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:15,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:17,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:17,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:17,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:17,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:18,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:20,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:20,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:20,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:20,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:20,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:22,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:22,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:22,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:22,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:23,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:24,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:24,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:24,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:24,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:25,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:27,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:27,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:27,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:27,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:27,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:29,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:29,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:29,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:29,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:30,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:32,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:32,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:32,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:32,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:32,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:34,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:34,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:34,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:34,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:35,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:36,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:36,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:36,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:36,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:37,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:39,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:39,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:39,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:39,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:39,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:41,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:41,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:41,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:41,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:41,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:43,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:43,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:43,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:43,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:44,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:46,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:46,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:46,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:46,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:46,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:48,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:48,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:48,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:48,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:49,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:50,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:50,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:51,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:51,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:51,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:53,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:53,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:53,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:53,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:53,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:55,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:55,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:55,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:55,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:56,284 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:14:58,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:58,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:58,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:14:58,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:14:58,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:00,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:00,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:00,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:00,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:01,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:02,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:02,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:03,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:03,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:03,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:05,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:05,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:05,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:05,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:05,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:07,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:07,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:07,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:07,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:08,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:10,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:10,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:10,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:10,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:10,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:12,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:12,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:12,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:12,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:13,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:14,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:14,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:15,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:15,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:15,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:17,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:17,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:17,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:17,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:17,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:19,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:19,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:19,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:19,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:20,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:21,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:21,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:22,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:22,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:22,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:24,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:24,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:24,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:24,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:25,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:27,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:27,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:27,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:27,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:27,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:29,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:29,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:29,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:29,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:30,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:31,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:31,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:32,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:32,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:32,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:34,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:34,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:34,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:34,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:34,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:36,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:36,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:36,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:36,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:37,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:38,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:38,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:39,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:39,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:39,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:41,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:41,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:41,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:41,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:41,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:43,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:43,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:43,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:43,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:44,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:46,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:46,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:46,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:46,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:46,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:48,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:48,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:48,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:48,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:49,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:50,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:50,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:51,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:51,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:51,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:53,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:53,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:53,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:53,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:53,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:55,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:55,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:55,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:55,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:56,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:15:58,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:58,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:58,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:15:58,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:15:58,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:00,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:00,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:00,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:00,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:01,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:02,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:02,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:03,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:03,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:03,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:05,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:05,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:05,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:05,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:06,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:07,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:07,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:08,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:08,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:08,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:10,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:10,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:10,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:10,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:10,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:12,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:12,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:12,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:12,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:13,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:15,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:15,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:15,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:15,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:15,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:17,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:17,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:17,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:17,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:18,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:19,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:19,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:20,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:20,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:20,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:22,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:22,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:22,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:22,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:23,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:24,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:24,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:24,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:24,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:25,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:27,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:27,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:27,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:27,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:27,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:29,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:29,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:29,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:29,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:30,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:31,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:31,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:32,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:32,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:32,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:34,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:34,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:34,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:34,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:34,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:36,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:36,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:36,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:36,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:37,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:38,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:38,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:38,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:38,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:39,390 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:41,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:41,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:41,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:41,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:41,880 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:43,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:43,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:43,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:43,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:44,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:45,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:45,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:46,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:46,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:46,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:48,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:48,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:48,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:48,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:49,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:50,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:50,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:51,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:51,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:51,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:53,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:53,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:53,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:53,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:54,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:55,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:55,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:55,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:55,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:56,397 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:16:58,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:58,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:58,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:16:58,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:16:58,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:00,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:00,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:00,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:00,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:01,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:03,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:03,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:03,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:03,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:03,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:05,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:05,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:05,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:05,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:06,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:07,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:07,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:07,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:07,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:08,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:09,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:09,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:10,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:10,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:10,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:12,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:12,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:12,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:12,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:12,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:14,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:14,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:15,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:15,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:16,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:17,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:17,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:18,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:18,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:19,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:21,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:21,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:21,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:21,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:21,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:23,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:23,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:23,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:23,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:24,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:25,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:25,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:26,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:26,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:26,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:28,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:28,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:28,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:28,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:28,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:30,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:30,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:30,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:30,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:31,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:33,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:33,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:33,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:33,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:33,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:35,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:35,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:35,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:35,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:36,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:38,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:38,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:38,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:38,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:38,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:40,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:40,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:40,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:40,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:41,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:42,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:42,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:43,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:43,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:43,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:45,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:45,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:45,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:45,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:45,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:47,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:47,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:47,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:47,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:48,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:49,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:49,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:50,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:50,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:50,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:52,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:52,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:52,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:52,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:52,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:54,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:54,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:54,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:54,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:55,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:57,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:57,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:57,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:57,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:17:57,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:17:59,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:59,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:59,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:17:59,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:00,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:02,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:02,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:02,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:02,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:02,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:04,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:04,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:04,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:04,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:05,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:06,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:06,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:07,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:07,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:07,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:09,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:09,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:09,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:09,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:09,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:11,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:11,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:11,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:11,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:12,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:13,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:13,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:13,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:13,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:14,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:16,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:16,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:16,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:16,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:17,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:18,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:18,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:19,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:19,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:19,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:21,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:21,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:21,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:21,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:21,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:23,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:23,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:23,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:23,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:24,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:25,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:25,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:26,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:26,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:26,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:28,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:28,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:28,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:28,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:28,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:30,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:30,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:30,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:30,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:31,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:32,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:32,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:33,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:33,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:33,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:35,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:35,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:35,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:35,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:35,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:37,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:37,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:37,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:37,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:38,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:40,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:40,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:40,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:40,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:40,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:42,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:42,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:42,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:42,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:43,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:44,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:44,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:45,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:45,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:45,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:47,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:47,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:47,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:47,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:47,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:49,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:49,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:49,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:49,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:50,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:51,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:51,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:52,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:52,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:52,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:54,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:54,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:54,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:54,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:55,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:57,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:57,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:57,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:57,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:18:57,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:18:59,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:59,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:59,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:18:59,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:00,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:02,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:02,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:02,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:02,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:02,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:04,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:04,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:04,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:04,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:05,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:06,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:06,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:06,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:06,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:07,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:09,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:09,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:09,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:09,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:09,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:11,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:11,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:11,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:11,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:12,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:13,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:13,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:14,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:14,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:14,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:16,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:16,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:16,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:16,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:16,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:18,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:18,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:18,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:18,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:19,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:20,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:20,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:21,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:21,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:21,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:23,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:23,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:23,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:23,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:24,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:25,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:25,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:25,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:25,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:26,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:28,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:28,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:28,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:28,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:28,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:30,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:30,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:30,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:30,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:31,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:32,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:32,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:33,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:33,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:33,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:35,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:35,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:35,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:35,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:36,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:37,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:37,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:38,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:38,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:38,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:40,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:40,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:40,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:40,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:41,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:42,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:42,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:43,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:43,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:43,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:45,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:45,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:45,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:45,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:45,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:47,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:47,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:47,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:47,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:48,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:49,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:49,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:50,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:50,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:50,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:52,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:52,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:52,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:54,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:54,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:54,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:54,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:55,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:57,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:57,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:57,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:57,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:19:57,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:19:59,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:59,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:59,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:19:59,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:00,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:01,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:01,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:02,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:02,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:02,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:04,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:04,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:04,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:04,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:04,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:06,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:06,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:06,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:06,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:07,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:08,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:08,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:09,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:09,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:09,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:11,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:11,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:11,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:11,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:11,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:13,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:13,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:13,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:13,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:14,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:15,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:15,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:16,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:16,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:16,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:18,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:18,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:18,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:18,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:19,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:21,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:21,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:21,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:21,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:21,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:23,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:23,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:23,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:23,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:24,045 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:25,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:25,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:25,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:25,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:26,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:28,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:28,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:28,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:28,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:28,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:30,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:30,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:30,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:30,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:31,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:33,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:33,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:33,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:33,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:33,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:35,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:35,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:36,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:36,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:36,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:38,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:38,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:38,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:38,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:38,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:40,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:40,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:40,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:40,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:41,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:43,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:43,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:43,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:43,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:43,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:45,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:45,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:45,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:45,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:46,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:47,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:47,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:47,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:47,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:48,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:50,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:50,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:50,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:50,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:50,697 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:52,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:52,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:52,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:52,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:53,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:54,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:54,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:55,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:55,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:55,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:57,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:57,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:57,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:57,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:20:57,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:20:59,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:59,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:59,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:20:59,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:00,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:02,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:02,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:02,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:02,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:03,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:04,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:04,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:05,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:05,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:05,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:07,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:07,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:07,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:07,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:07,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:09,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:09,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:09,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:09,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:10,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:11,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:11,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:12,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:12,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:12,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:14,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:14,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:14,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:14,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:14,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:16,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:16,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:16,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:16,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:17,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:18,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:18,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:19,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:19,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:19,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:21,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:21,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:21,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:21,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:22,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:23,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:23,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:23,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:23,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:24,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:25,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:25,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:26,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:26,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:26,655 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:28,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:28,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:28,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:28,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:28,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:30,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:30,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:31,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:31,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:31,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:33,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:33,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:33,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:33,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:33,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:35,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:35,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:35,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:35,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:36,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:37,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:37,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:38,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:38,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:38,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:40,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:40,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:40,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:40,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:40,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:42,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:42,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:42,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:42,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:43,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:45,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:45,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:45,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:45,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:45,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:47,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:47,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:47,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:47,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:48,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:49,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:49,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:50,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:50,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:50,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:52,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:52,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:52,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:52,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:53,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:54,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:54,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:55,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:55,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:55,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:57,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:57,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:57,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:57,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:21:57,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:21:59,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:59,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:59,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:21:59,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:00,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:01,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:01,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:02,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:02,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:02,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:04,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:04,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:04,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:04,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:05,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:06,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:06,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:06,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:06,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:07,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:09,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:09,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:09,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:09,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:09,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:11,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:11,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:11,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:11,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:12,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:13,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:13,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:13,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:13,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:14,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:15,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:15,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:16,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:16,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:16,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:18,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:18,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:18,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:18,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:19,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:20,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:20,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:20,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:20,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:21,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:22,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:22,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:23,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:23,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:23,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:25,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:25,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:25,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:25,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:26,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:27,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:27,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:28,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:28,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:28,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:30,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:32,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:32,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:33,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:33,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:33,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:35,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:35,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:35,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:35,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:35,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:37,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:37,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:37,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:37,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:38,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:39,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:39,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:39,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:39,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:40,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:42,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:42,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:42,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:42,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:42,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:44,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:44,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:44,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:44,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:45,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:46,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:46,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:47,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:47,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:47,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:49,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:49,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:49,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:49,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:49,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:51,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:51,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:52,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:52,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:52,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:54,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:54,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:54,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:54,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:55,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:56,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:56,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:57,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:57,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:57,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:22:59,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:59,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:59,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:22:59,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:22:59,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:01,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:01,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:01,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:01,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:02,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:03,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:03,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:04,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:04,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:04,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:06,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:06,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:07,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:08,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:08,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:09,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:09,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:09,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:11,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:11,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:11,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:11,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:11,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:13,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:13,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:13,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:13,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:14,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:15,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:15,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:16,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:16,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:16,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:18,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:18,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:18,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:18,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:18,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:20,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:20,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:21,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:21,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:21,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:23,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:23,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:23,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:23,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:23,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:25,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:25,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:25,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:25,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:26,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:27,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:27,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:28,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:28,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:28,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:30,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:30,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:30,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:30,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:31,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:32,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:32,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:33,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:33,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:33,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:35,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:35,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:35,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:35,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:35,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:37,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:37,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:37,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:37,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:38,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:39,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:39,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:40,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:40,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:40,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:42,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:42,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:42,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:42,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:42,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:44,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:44,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:44,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:44,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:45,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:46,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:46,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:47,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:47,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:47,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:49,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:49,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:49,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:49,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:50,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:52,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:52,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:52,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:52,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:52,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:54,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:54,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:54,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:54,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:55,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:56,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:56,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:57,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:57,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:57,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:23:59,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:59,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:59,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:23:59,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:23:59,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:01,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:01,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:01,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:01,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:02,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:03,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:03,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:04,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:04,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:04,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:06,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:06,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:06,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:06,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:06,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:08,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:08,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:09,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:09,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:09,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:11,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:11,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:11,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:11,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:11,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:13,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:13,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:13,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:13,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:14,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:15,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:15,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:15,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:15,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:16,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:18,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:18,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:18,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:18,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:18,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:20,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:20,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:20,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:20,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:21,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:22,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:22,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:23,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:23,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:23,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:25,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:25,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:25,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:25,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:25,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:27,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:27,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:27,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:27,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:28,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:30,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:30,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:30,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:30,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:31,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:33,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:33,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:33,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:33,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:33,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:35,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:35,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:35,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:35,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:36,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:37,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:37,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:38,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:38,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:38,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:40,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:40,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:40,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:41,003 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:42,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:42,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:43,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:43,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:43,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:45,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:45,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:45,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:45,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:45,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:47,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:47,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:47,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:47,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:48,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:49,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:49,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:50,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:50,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:50,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:52,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:52,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:52,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:52,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:52,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:54,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:54,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:54,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:54,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:55,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:57,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:57,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:57,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:57,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:24:57,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:24:59,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:59,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:59,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:24:59,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:00,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:01,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:01,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:02,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:02,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:02,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:04,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:04,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:04,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:04,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:04,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:06,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:06,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:06,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:06,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:07,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:08,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:08,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:09,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:09,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:09,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:11,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:11,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:11,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:11,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:12,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:13,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:13,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:14,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:14,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:14,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:16,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:16,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:16,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:16,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:17,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:18,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:18,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:19,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:19,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:19,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:21,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:21,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:21,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:21,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:21,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:23,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:23,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:23,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:23,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:24,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:25,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:25,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:26,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:26,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:26,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:28,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:28,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:28,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:28,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:28,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:30,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:30,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:30,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:30,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:31,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:33,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:33,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:33,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:33,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:33,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:35,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:35,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:35,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:35,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:35,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:37,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:37,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:38,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:38,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:38,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:40,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:40,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:40,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:40,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:40,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:42,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:42,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:42,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:42,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:43,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:44,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:44,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:45,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:45,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:45,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:47,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:47,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:47,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:47,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:47,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:49,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:49,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:49,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:49,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:50,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:52,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:52,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:52,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:52,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:53,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:54,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:54,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:55,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:55,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:55,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:57,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:57,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:57,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:57,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:25:57,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:25:59,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:59,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:59,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:25:59,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:00,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:02,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:02,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:02,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:02,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:02,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:04,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:04,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:04,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:04,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:05,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:06,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:06,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:07,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:07,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:07,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:09,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:09,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:09,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:09,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:09,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:11,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:11,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:11,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:11,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:12,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:13,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:13,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:13,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:13,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:14,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:15,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:15,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:16,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:16,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:16,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:18,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:18,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:18,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:18,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:19,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:20,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:20,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:21,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:21,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:21,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:23,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:23,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:23,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:23,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:23,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:25,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:25,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:25,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:25,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:26,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:28,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:28,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:28,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:28,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:28,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:30,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:30,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:30,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:30,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:31,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:32,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:32,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:32,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:32,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:33,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:35,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:35,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:35,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:35,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:36,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:37,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:37,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:38,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:38,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:38,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:40,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:40,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:40,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:40,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:40,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:42,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:42,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:42,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:42,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:43,246 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:44,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:44,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:45,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:45,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:45,620 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:47,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:47,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:47,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:47,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:47,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:49,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:49,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:49,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:49,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:50,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:51,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:51,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:52,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:52,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:52,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:54,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:54,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:54,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:54,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:54,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:56,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:56,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:56,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:56,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:57,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:26:58,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:58,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:59,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:26:59,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:26:59,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:01,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:01,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:01,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:01,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:02,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:03,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:03,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:04,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:04,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:04,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:06,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:06,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:06,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:06,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:06,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:08,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:08,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:08,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:08,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:09,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:10,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:10,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:11,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:11,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:11,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:13,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:13,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:13,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:13,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:13,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:15,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:15,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:15,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:15,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:16,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:18,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:18,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:18,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:18,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:19,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:20,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:20,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:20,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:20,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:21,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:23,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:23,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:23,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:23,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:23,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:25,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:25,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:25,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:25,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:26,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:27,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:27,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:28,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:28,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:28,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:30,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:30,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:30,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:30,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:30,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:32,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:32,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:32,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:32,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:33,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:35,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:35,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:35,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:35,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:35,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:37,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:37,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:37,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:37,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:38,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:39,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:39,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:40,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:40,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:40,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:42,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:42,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:42,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:42,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:42,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:44,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:44,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:44,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:44,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:45,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:47,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:47,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:47,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:47,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:47,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:49,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:49,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:49,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:49,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:50,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:51,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:51,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:52,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:52,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:52,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:54,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:54,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:54,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:54,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:55,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:56,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:56,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:57,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:57,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:27:57,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:27:59,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:59,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:59,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:27:59,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:00,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:02,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:02,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:02,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:02,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:02,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:04,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:04,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:04,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:04,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:05,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:06,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:06,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:06,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:06,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:07,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:09,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:09,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:09,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:09,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:09,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:11,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:11,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:11,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:11,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:12,011 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:13,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:13,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:13,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:13,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:14,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:15,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:15,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:16,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:16,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:16,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:18,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:18,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:18,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:18,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:19,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:20,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:20,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:21,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:21,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:21,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:23,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:23,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:23,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:23,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:23,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:25,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:25,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:26,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:26,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:26,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:28,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:28,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:28,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:28,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:28,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:30,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:30,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:30,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:30,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:31,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:32,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:32,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:33,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:33,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:33,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:35,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:35,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:35,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:35,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:36,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:37,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:37,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:38,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:38,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:38,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:40,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:40,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:40,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:40,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:41,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:43,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:43,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:43,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:43,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:43,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:45,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:45,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:45,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:45,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:46,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:47,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:47,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:48,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:48,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:48,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:50,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:50,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:50,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:50,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:50,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:52,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:52,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:52,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:52,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:53,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:55,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:55,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:55,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:55,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:55,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:57,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:57,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:57,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:57,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:28:58,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:28:59,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:28:59,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:00,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:00,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:00,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:02,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:02,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:02,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:02,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:02,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:04,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:04,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:04,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:04,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:05,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:06,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:06,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:07,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:07,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:07,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:09,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:09,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:09,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:09,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:09,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:11,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:11,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:12,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:12,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:12,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:14,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:14,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:14,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:14,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:14,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:16,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:16,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:16,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:16,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:17,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:18,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:18,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:19,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:19,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:19,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:21,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:21,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:21,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:21,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:22,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:23,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:23,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:24,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:24,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:24,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:26,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:26,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:26,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:26,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:26,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:28,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:28,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:28,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:28,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:29,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:30,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:30,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:31,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:31,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:31,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:33,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:33,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:33,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:33,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:34,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:35,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:35,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:35,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:35,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:36,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:37,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:37,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:38,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:38,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:38,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:40,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:40,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:40,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:40,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:40,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:42,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:42,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:42,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:42,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:43,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:45,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:45,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:45,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:45,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:45,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:47,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:47,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:47,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:47,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:48,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:50,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:50,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:50,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:50,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:50,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:52,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:52,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:52,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:52,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:53,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:54,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:54,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:55,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:55,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:55,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:57,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:57,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:57,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:57,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:29:57,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:29:59,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:59,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:59,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:29:59,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:00,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:01,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:01,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:02,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:02,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:02,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:04,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:04,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:04,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:04,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:05,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:07,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:07,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:07,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:07,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:07,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:09,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:09,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:09,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:09,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:10,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:12,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:12,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:12,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:12,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:12,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:14,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:14,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:14,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:14,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:15,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:17,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:17,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:17,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:17,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:17,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:19,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:19,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:19,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:19,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:20,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:21,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:21,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:22,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:22,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:22,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:24,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:24,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:24,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:24,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:25,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:26,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:26,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:27,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:27,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:27,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:29,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:29,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:29,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:29,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:29,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:31,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:31,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:31,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:31,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:32,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:34,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:34,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:34,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:34,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:34,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:36,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:36,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:36,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:36,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:37,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:38,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:38,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:38,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:38,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:39,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:41,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:41,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:41,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:41,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:41,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:43,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:43,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:43,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:43,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:44,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:46,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:46,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:46,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:46,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:46,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:48,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:48,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:48,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:48,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:49,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:50,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:50,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:51,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:51,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:51,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:53,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:53,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:53,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:53,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:54,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:55,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:55,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:55,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:55,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:56,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:30:57,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:57,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:58,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:30:58,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:30:58,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:00,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:00,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:00,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:00,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:01,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:02,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:02,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:03,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:03,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:03,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:05,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:05,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:05,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:05,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:05,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:07,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:07,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:07,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:07,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:08,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:09,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:09,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:10,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:10,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:10,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:12,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:12,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:12,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:12,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:12,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:14,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:14,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:14,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:14,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:15,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:17,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:17,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:17,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:17,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:17,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:19,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:19,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:19,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:19,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:20,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:21,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:21,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:22,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:22,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:22,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:24,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:24,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:24,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:24,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:25,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:26,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:26,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:27,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:27,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:27,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:29,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:29,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:29,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:29,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:30,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:31,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:31,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:31,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:31,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:32,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:33,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:33,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:34,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:34,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:34,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:36,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:36,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:36,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:36,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:37,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:38,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:38,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:38,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:38,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:39,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:40,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:40,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:41,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:41,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:41,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:43,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:43,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:43,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:43,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:44,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:45,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:45,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:46,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:46,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:46,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:48,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:48,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:48,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:48,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:48,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:50,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:50,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:50,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:50,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:51,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:52,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:52,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:53,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:53,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:53,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:55,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:55,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:55,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:55,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:55,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:57,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:57,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:57,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:57,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:31:58,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:31:59,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:31:59,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:00,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:00,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:00,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:02,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:02,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:02,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:02,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:02,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:04,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:04,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:04,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:04,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:05,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:07,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:07,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:07,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:07,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:08,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:09,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:09,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:10,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:10,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:10,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:12,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:12,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:12,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:12,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:13,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:14,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:14,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:14,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:14,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:15,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:17,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:17,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:17,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:17,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:17,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:19,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:19,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:19,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:19,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:20,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:22,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:22,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:22,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:22,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:22,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:24,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:24,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:24,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:24,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:25,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:26,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:26,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:26,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:26,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:27,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:28,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:28,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:29,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:29,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:29,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:31,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:31,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:31,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:31,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:31,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:33,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:33,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:33,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:33,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:34,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:36,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:36,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:36,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:36,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:36,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:38,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:38,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:38,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:38,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:39,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:40,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:40,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:41,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:41,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:41,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:43,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:43,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:43,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:43,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:43,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:45,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:45,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:45,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:45,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:46,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:47,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:47,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:48,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:48,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:48,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:50,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:50,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:50,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:50,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:51,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:52,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:52,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:53,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:53,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:53,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:55,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:55,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:55,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:55,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:55,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:32:57,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:57,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:57,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:32:57,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:32:58,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:00,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:00,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:00,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:00,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:00,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:02,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:02,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:02,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:02,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:02,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:04,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:04,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:04,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:04,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:05,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:07,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:07,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:07,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:07,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:07,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:09,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:09,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:09,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:09,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:10,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:11,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:11,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:12,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:12,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:12,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:14,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:14,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:14,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:14,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:14,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:16,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:16,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:16,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:16,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:17,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:18,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:18,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:19,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:19,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:19,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:21,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:21,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:21,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:21,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:21,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:23,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:23,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:23,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:23,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:24,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:26,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:26,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:26,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:26,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:26,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:28,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:28,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:28,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:28,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:29,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:30,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:30,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:31,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:31,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:32,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:33,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:33,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:34,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:34,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:34,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:36,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:36,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:36,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:36,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:36,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:38,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:38,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:38,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:38,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:39,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:40,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:40,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:41,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:41,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:41,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:43,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:43,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:43,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:43,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:44,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:45,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:45,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:46,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:46,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:46,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:48,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:48,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:48,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:48,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:48,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:50,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:50,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:50,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:50,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:51,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:52,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:52,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:53,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:53,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:53,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:55,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:55,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:55,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:55,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:56,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:33:57,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:57,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:58,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:33:58,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:33:58,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:00,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:00,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:00,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:00,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:00,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:02,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:02,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:02,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:02,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:03,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:05,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:05,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:05,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:05,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:05,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:07,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:07,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:07,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:07,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:08,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:09,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:09,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:10,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:10,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:10,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:12,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:12,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:12,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:12,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:12,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:14,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:14,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:14,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:14,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:15,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:17,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:17,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:17,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:17,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:17,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:19,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:19,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:19,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:19,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:20,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:22,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:22,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:22,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:22,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:22,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:24,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:24,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:24,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:24,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:25,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:26,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:26,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:27,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:27,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:27,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:29,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:29,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:29,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:31,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:31,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:31,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:31,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:32,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:33,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:33,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:34,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:34,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:34,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:36,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:36,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:36,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:36,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:36,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:38,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:38,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:38,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:38,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:39,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:40,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:40,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:41,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:41,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:41,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:43,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:43,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:43,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:43,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:43,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:45,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:45,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:45,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:45,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:46,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:48,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:48,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:48,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:48,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:48,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:50,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:50,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:50,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:50,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:51,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:52,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:52,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:53,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:53,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:53,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:55,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:55,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:55,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:55,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:56,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:34:58,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:58,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:58,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:34:58,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:34:58,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:00,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:00,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:00,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:00,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:01,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:03,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:03,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:03,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:03,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:03,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:05,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:05,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:05,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:05,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:06,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:07,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:07,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:08,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:08,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:08,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:10,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:10,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:10,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:10,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:10,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:12,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:12,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:12,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:12,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:13,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:15,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:15,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:15,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:15,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:15,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:17,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:17,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:17,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:17,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:18,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:19,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:19,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:20,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:20,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:20,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:22,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:22,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:22,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:22,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:22,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:24,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:24,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:24,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:24,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:25,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:26,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:26,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:27,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:27,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:27,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:29,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:29,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:29,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:29,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:29,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:31,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:31,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:31,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:31,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:31,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:33,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:33,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:33,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:33,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:34,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:36,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:36,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:36,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:36,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:37,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:38,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:38,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:39,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:39,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:39,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:41,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:41,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:41,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:41,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:42,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:43,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:43,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:43,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:43,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:44,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:46,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:46,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:46,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:46,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:46,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:48,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:48,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:48,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:48,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:49,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:50,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:50,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:51,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:51,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:51,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:53,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:53,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:53,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:53,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:53,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:55,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:55,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:55,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:55,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:56,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:35:57,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:57,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:58,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:35:58,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:35:58,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:00,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:00,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:00,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:00,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:00,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:02,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:02,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:02,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:02,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:03,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:04,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:04,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:05,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:05,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:05,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:07,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:07,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:07,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:07,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:08,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:09,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:09,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:09,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:09,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:10,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:12,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:12,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:12,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:12,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:12,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:14,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:14,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:14,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:14,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:15,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:17,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:17,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:17,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:17,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:18,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:19,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:19,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:20,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:20,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:20,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:22,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:22,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:22,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:22,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:22,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:24,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:24,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:24,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:24,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:25,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:26,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:26,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:27,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:27,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:27,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:29,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:29,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:29,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:29,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:29,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:31,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:31,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:31,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:31,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:32,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:34,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:34,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:34,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:34,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:34,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:36,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:36,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:36,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:36,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:37,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:38,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:38,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:39,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:39,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:39,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:41,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:41,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:41,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:41,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:41,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:43,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:43,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:43,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:43,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:44,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:46,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:46,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:46,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:46,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:46,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:48,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:48,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:48,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:48,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:49,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:50,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:50,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:51,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:51,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:51,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:53,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:53,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:53,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:53,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:53,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:55,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:55,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:55,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:55,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:56,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:36:58,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:58,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:58,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:36:58,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:36:59,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:00,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:00,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:01,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:01,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:01,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:03,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:03,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:03,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:03,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:04,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:05,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:05,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:06,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:06,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:06,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:08,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:08,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:08,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:08,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:08,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:10,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:10,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:10,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:10,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:11,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:13,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:13,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:13,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:13,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:13,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:15,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:15,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:15,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:15,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:16,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:17,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:17,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:17,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:17,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:18,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:19,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:19,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:20,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:20,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:20,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:22,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:22,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:22,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:22,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:23,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:24,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:24,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:25,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:25,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:25,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:27,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:27,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:27,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:27,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:27,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:29,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:29,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:29,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:29,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:30,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:31,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:31,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:32,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:32,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:32,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:34,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:34,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:34,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:34,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:34,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:36,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:36,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:36,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:36,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:37,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:39,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:39,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:39,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:39,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:40,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:41,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:41,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:42,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:42,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:42,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:44,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:44,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:44,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:44,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:44,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:46,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:46,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:46,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:46,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:47,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:48,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:48,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:49,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:49,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:49,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:51,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:51,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:51,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:51,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:52,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:53,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:53,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:53,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:53,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:54,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:56,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:56,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:56,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:56,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:56,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:37:58,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:58,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:58,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:37:58,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:37:59,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:00,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:00,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:01,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:01,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:01,420 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:03,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:03,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:03,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:03,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:03,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:05,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:05,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:05,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:05,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:06,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:07,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:07,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:08,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:08,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:08,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:10,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:10,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:10,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:10,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:11,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:12,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:12,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:12,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:12,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:13,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:14,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:14,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:15,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:15,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:15,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:17,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:17,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:17,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:17,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:17,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:19,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:19,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:20,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:20,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:20,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:22,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:22,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:22,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:22,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:23,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:24,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:24,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:25,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:25,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:25,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:27,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:27,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:27,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:27,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:27,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:29,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:29,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:29,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:29,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:30,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:31,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:31,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:32,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:32,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:32,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:34,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:34,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:34,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:34,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:35,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:36,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:36,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:36,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:36,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:37,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:39,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:39,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:39,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:39,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:39,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:41,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:41,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:41,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:41,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:42,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:43,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:43,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:44,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:44,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:44,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:46,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:46,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:46,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:46,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:46,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:48,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:48,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:48,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:48,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:49,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:50,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:50,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:51,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:51,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:51,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:53,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:53,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:53,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:53,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:53,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:55,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:55,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:55,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:55,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:56,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:38:57,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:57,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:58,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:38:58,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:38:58,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:00,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:00,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:00,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:00,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:01,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:02,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:02,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:03,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:03,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:04,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:05,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:05,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:06,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:06,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:06,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:08,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:08,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:08,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:08,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:08,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:10,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:10,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:10,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:10,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:11,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:12,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:12,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:13,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:13,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:13,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:15,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:15,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:15,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:15,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:16,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:17,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:17,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:17,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:17,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:18,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:20,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:20,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:20,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:20,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:20,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:22,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:22,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:22,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:22,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:23,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:24,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:24,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:25,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:25,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:25,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:27,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:27,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:27,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:27,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:27,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:29,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:29,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:29,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:29,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:30,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:32,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:32,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:32,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:32,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:32,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:34,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:34,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:34,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:34,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:35,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:36,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:36,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:37,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:37,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:37,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:39,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:39,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:39,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:39,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:39,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:41,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:41,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:41,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:41,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:42,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:44,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:44,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:44,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:44,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:45,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:47,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:47,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:47,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:47,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:47,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:49,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:49,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:49,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:49,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:50,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:51,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:51,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:51,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:51,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:52,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:53,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:53,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:54,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:54,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:54,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:56,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:56,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:56,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:56,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:56,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:39:58,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:58,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:58,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:39:58,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:39:59,313 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:00,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:00,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:01,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:01,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:01,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:03,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:03,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:03,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:03,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:03,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:05,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:05,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:05,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:05,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:06,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:07,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:07,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:08,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:08,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:08,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:10,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:10,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:10,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:10,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:11,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:12,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:12,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:13,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:13,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:13,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:15,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:15,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:15,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:15,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:15,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:17,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:17,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:17,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:17,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:18,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:20,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:20,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:20,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:20,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:20,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:22,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:22,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:22,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:22,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:23,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:24,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:24,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:25,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:25,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:26,113 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:27,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:27,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:28,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:28,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:28,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:30,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:30,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:30,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:30,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:30,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:32,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:32,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:32,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:32,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:33,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:35,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:35,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:35,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:35,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:35,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:37,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:37,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:37,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:37,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:38,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:39,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:39,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:40,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:40,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:40,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:42,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:42,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:42,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:42,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:42,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:44,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:44,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:44,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:44,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:45,030 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:46,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:46,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:46,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:46,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:47,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:48,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:48,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:49,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:49,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:49,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:51,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:51,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:51,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:51,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:51,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:53,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:53,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:54,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:54,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:54,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:56,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:56,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:56,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:56,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:56,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:40:58,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:58,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:58,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:40:58,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:40:59,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:00,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:00,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:01,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:01,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:01,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:03,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:03,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:03,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:03,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:03,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:05,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:05,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:05,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:05,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:06,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:07,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:07,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:08,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:08,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:08,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:10,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:10,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:10,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:10,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:11,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:13,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:13,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:13,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:13,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:13,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:15,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:15,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:15,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:15,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:16,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:17,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:17,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:18,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:18,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:18,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:20,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:20,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:20,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:20,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:20,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:22,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:22,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:22,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:22,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:23,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:24,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:24,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:25,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:25,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:25,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:27,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:27,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:27,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:27,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:27,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:29,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:29,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:29,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:29,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:30,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:31,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:31,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:32,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:32,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:32,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:34,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:34,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:34,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:34,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:34,976 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:36,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:36,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:36,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:36,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:37,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:38,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:38,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:39,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:39,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:39,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:41,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:41,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:41,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:41,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:41,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:43,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:43,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:43,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:43,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:44,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:45,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:45,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:46,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:46,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:46,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:48,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:48,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:48,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:48,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:48,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:50,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:50,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:50,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:50,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:52,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:53,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:53,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:53,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:53,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:54,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:55,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:55,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:56,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:56,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:56,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:41:58,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:58,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:58,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:41:58,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:41:59,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:00,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:00,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:00,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:00,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:01,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:03,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:03,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:03,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:03,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:03,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:05,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:05,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:05,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:05,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:06,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:07,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:07,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:07,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:07,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:08,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:10,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:10,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:10,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:10,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:10,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:12,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:12,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:12,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:12,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:13,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:14,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:14,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:15,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:15,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:15,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:17,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:17,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:17,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:17,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:17,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:19,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:19,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:20,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:20,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:20,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:22,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:22,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:22,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:22,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:22,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:24,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:24,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:24,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:24,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:25,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:26,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:26,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:27,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:27,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:27,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:29,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:29,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:29,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:29,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:29,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:31,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:31,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:31,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:31,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:32,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:34,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:34,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:34,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:34,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:35,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:36,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:36,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:37,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:37,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:37,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:39,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:39,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:39,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:39,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:39,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:41,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:41,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:41,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:41,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:42,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:43,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:43,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:44,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:44,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:44,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:46,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:46,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:46,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:46,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:47,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:48,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:48,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:48,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:48,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:49,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:51,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:51,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:51,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:51,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:51,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:53,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:53,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:53,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:53,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:54,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:55,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:55,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:56,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:56,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:56,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:42:58,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:58,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:58,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:42:58,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:42:58,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:00,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:00,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:00,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:00,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:01,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:02,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:02,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:02,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:02,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:03,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:05,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:05,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:05,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:05,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:05,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:07,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:07,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:07,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:07,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:08,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:09,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:09,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:10,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:10,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:10,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:12,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:12,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:12,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:12,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:13,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:14,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:14,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:15,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:15,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:15,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:17,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:17,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:17,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:17,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:18,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:19,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:19,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:20,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:20,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:20,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:22,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:22,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:22,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:22,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:22,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:24,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:24,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:24,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:24,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:25,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:27,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:27,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:27,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:27,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:27,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:29,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:29,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:29,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:29,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:30,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:31,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:31,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:32,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:32,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:32,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:34,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:34,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:34,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:34,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:34,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:36,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:36,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:36,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:36,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:37,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:39,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:39,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:39,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:39,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:39,880 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:41,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:41,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:41,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:41,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:42,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:44,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:44,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:44,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:44,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:44,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:46,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:46,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:46,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:46,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:46,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:48,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:48,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:49,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:49,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:49,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:51,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:51,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:51,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:51,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:51,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:53,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:53,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:53,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:53,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:54,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:56,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:56,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:56,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:56,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:56,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:43:58,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:58,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:58,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:43:58,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:43:59,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:01,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:01,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:01,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:01,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:01,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:03,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:03,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:03,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:03,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:04,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:05,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:05,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:05,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:05,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:06,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:08,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:08,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:08,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:08,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:08,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:10,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:10,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:10,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:10,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:10,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:12,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:12,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:13,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:13,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:13,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:15,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:15,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:15,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:15,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:15,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:17,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:17,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:17,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:17,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:18,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:20,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:20,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:20,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:20,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:20,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:22,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:22,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:22,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:22,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:22,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:24,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:24,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:24,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:24,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:25,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:26,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:26,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:27,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:27,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:27,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:29,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:29,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:29,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:29,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:29,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:31,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:31,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:31,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:31,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:32,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:33,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:33,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:34,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:34,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:34,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:36,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:36,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:36,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:36,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:36,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:38,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:38,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:38,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:38,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:39,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:41,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:41,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:41,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:41,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:42,296 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:44,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:44,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:44,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:44,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:44,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:46,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:46,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:46,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:46,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:47,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:48,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:48,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:49,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:49,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:49,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:51,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:51,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:51,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:51,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:52,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:53,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:53,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:53,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:53,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:54,296 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:56,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:56,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:56,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:56,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:56,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:44:58,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:58,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:58,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:44:58,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:44:59,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:00,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:00,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:01,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:01,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:01,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:03,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:03,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:03,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:03,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:03,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:05,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:05,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:05,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:05,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:06,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:07,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:07,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:08,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:08,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:08,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:10,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:10,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:10,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:10,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:10,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:12,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:12,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:12,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:12,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:13,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:14,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:14,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:15,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:15,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:15,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:17,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:17,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:17,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:17,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:18,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:20,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:20,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:20,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:20,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:20,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:22,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:22,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:22,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:22,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:23,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:25,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:25,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:25,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:25,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:25,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:27,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:27,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:27,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:27,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:28,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:29,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:29,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:29,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:29,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:30,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:32,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:32,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:32,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:32,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:32,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:34,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:34,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:34,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:34,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:35,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:36,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:36,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:37,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:37,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:37,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:39,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:39,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:39,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:39,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:39,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:41,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:41,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:41,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:41,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:42,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:43,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:43,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:44,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:44,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:44,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:46,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:46,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:46,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:46,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:46,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:48,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:48,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:48,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:48,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:49,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:50,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:50,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:51,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:51,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:51,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:53,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:53,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:53,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:53,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:54,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:55,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:55,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:55,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:55,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:56,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:45:57,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:57,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:58,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:45:58,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:45:58,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:00,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:00,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:00,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:00,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:01,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:02,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:02,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:03,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:03,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:03,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:05,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:05,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:05,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:05,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:05,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:07,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:07,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:07,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:07,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:08,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:10,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:10,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:10,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:10,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:10,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:12,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:12,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:12,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:12,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:13,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:14,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:14,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:15,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:15,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:15,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:17,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:17,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:17,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:17,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:17,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:19,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:19,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:19,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:19,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:20,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:22,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:22,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:22,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:22,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:22,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:24,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:24,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:24,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:24,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:25,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:26,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:26,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:27,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:27,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:27,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:29,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:29,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:29,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:29,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:29,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:31,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:31,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:31,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:31,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:32,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:34,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:34,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:34,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:34,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:34,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:36,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:36,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:36,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:36,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:37,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:39,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:39,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:39,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:39,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:39,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:41,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:41,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:41,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:41,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:42,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:44,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:44,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:44,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:44,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:45,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:46,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:46,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:47,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:47,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:47,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:49,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:49,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:49,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:49,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:49,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:51,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:51,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:51,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:51,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:52,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:53,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:53,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:54,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:54,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:54,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:56,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:56,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:56,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:56,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:56,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:46:58,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:58,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:58,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:46:58,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:46:59,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:00,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:00,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:01,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:01,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:01,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:03,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:03,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:03,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:03,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:03,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:05,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:05,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:05,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:05,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:06,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:08,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:08,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:08,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:08,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:08,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:10,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:10,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:10,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:10,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:11,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:12,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:12,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:13,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:13,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:13,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:15,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:15,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:15,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:15,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:16,003 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:17,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:17,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:18,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:18,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:18,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:20,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:20,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:20,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:20,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:20,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:22,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:22,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:22,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:22,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:23,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:25,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:25,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:25,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:25,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:26,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:27,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:27,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:28,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:28,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:28,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:30,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:30,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:30,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:30,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:30,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:32,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:32,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:32,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:32,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:33,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:34,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:34,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:35,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:35,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:35,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:37,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:37,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:37,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:37,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:37,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:39,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:39,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:39,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:39,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:40,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:41,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:41,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:42,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:42,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:42,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:44,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:44,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:44,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:44,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:44,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:46,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:46,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:46,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:46,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:47,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:48,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:48,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:49,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:49,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:49,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:51,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:51,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:51,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:51,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:52,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:53,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:53,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:53,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:53,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:54,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:56,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:56,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:56,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:56,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:56,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:47:58,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:58,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:58,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:47:58,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:47:58,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:00,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:00,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:00,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:00,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:01,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:02,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:02,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:03,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:03,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:03,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:05,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:05,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:05,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:05,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:06,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:08,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:08,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:08,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:08,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:08,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:10,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:10,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:10,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:10,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:11,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:13,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:13,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:13,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:13,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:13,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:15,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:15,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:15,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:15,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:16,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:18,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:18,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:18,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:18,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:18,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:20,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:20,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:20,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:20,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:21,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:22,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:22,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:23,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:23,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:23,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:25,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:25,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:25,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:25,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:25,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:27,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:27,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:27,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:27,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:28,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:30,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:30,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:30,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:30,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:30,697 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:32,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:32,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:32,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:32,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:33,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:34,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:34,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:34,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:34,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:35,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:36,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:36,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:37,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:37,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:37,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:39,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:39,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:39,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:39,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:40,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:41,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:41,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:42,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:42,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:42,429 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:44,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:44,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:44,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:44,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:44,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:46,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:46,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:46,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:46,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:47,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:48,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:48,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:49,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:49,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:50,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:51,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:51,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:52,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:52,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:52,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:54,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:54,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:54,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:54,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:54,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:56,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:56,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:56,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:56,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:57,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:48:59,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:59,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:59,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:48:59,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:48:59,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:01,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:01,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:01,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:01,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:02,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:03,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:03,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:04,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:04,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:04,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:06,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:06,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:06,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:06,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:06,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:08,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:08,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:08,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:08,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:09,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:10,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:10,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:11,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:11,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:11,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:13,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:13,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:13,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:13,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:14,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:15,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:15,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:16,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:16,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:16,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:18,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:18,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:18,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:18,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:18,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:20,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:20,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:20,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:20,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:21,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:22,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:22,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:23,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:23,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:23,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:25,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:25,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:25,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:25,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:26,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:27,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:27,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:28,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:28,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:28,472 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:30,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:30,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:30,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:30,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:31,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:32,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:32,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:33,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:33,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:33,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:35,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:35,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:35,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:35,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:35,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:37,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:37,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:37,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:37,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:38,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:39,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:39,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:40,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:40,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:40,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:42,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:42,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:42,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:42,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:42,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:44,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:44,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:44,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:44,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:45,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:46,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:46,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:47,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:47,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:47,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:49,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:49,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:49,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:49,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:49,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:51,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:51,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:51,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:51,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:52,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:53,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:53,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:54,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:54,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:54,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:56,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:56,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:56,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:56,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:57,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:49:58,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:58,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:58,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:49:58,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:49:59,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:00,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:00,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:01,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:01,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:01,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:03,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:03,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:03,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:03,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:03,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:05,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:05,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:05,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:05,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:06,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:07,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:07,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:08,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:08,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:08,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:10,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:10,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:10,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:10,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:11,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:12,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:12,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:13,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:13,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:13,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:15,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:15,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:15,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:15,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:15,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:17,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:17,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:17,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:17,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:18,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:19,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:19,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:20,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:20,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:20,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:22,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:22,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:22,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:22,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:22,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:24,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:24,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:24,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:24,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:25,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:26,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:26,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:27,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:27,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:27,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:29,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:29,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:29,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:29,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:29,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:31,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:31,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:31,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:31,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:32,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:33,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:33,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:34,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:34,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:34,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:36,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:36,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:36,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:36,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:37,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:38,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:38,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:39,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:39,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:39,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:41,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:41,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:41,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:41,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:41,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:43,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:43,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:43,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:43,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:44,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:46,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:46,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:46,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:46,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:46,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:48,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:48,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:48,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:48,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:49,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:50,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:50,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:51,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:51,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:51,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:53,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:53,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:53,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:53,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:54,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:55,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:55,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:56,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:56,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:56,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:50:58,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:58,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:58,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:50:58,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:50:58,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:00,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:00,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:00,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:00,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:01,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:03,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:03,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:03,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:03,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:03,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:05,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:05,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:05,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:05,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:06,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:07,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:07,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:08,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:08,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:08,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:10,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:10,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:10,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:10,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:10,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:12,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:12,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:12,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:12,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:13,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:14,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:14,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:15,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:15,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:15,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:17,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:17,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:17,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:17,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:17,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:19,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:19,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:19,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:19,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:20,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:21,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:21,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:22,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:22,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:22,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:24,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:24,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:24,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:24,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:24,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:26,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:26,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:26,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:26,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:27,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:28,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:28,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:29,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:29,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:29,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:31,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:31,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:31,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:31,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:31,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:33,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:33,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:33,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:33,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:34,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:36,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:36,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:36,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:36,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:36,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:38,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:38,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:38,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:38,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:39,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:40,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:40,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:40,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:40,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:41,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:43,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:43,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:43,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:43,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:43,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:45,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:45,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:45,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:45,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:46,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:47,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:47,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:48,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:48,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:48,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:50,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:50,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:50,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:50,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:51,030 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:52,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:52,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:52,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:52,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:53,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:54,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:54,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:55,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:55,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:55,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:57,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:57,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:57,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:57,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:51:57,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:51:59,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:59,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:59,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:51:59,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:00,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:01,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:01,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:02,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:02,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:02,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:04,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:04,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:04,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:04,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:04,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:06,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:06,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:06,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:06,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:07,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:08,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:08,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:09,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:09,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:09,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:11,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:11,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:11,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:11,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:11,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:13,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:13,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:13,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:13,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:14,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:15,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:15,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:16,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:16,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:16,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:18,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:18,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:18,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:18,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:19,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:20,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:20,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:21,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:21,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:21,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:23,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:23,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:23,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:23,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:23,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:25,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:25,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:25,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:25,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:26,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:27,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:27,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:28,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:28,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:28,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:30,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:30,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:30,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:30,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:30,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:32,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:32,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:32,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:32,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:33,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:34,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:34,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:35,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:35,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:35,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:37,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:37,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:37,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:37,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:37,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:39,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:39,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:39,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:39,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:40,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:41,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:41,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:42,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:42,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:42,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:44,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:44,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:44,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:44,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:44,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:46,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:46,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:46,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:46,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:47,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:48,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:48,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:48,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:48,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:49,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:50,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:50,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:51,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:51,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:51,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:53,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:53,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:53,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:53,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:54,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:55,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:55,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:56,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:56,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:56,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:52:58,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:58,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:58,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:52:58,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:52:59,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:00,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:00,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:01,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:01,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:01,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:03,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:03,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:03,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:03,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:03,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:05,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:05,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:05,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:05,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:06,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:07,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:07,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:08,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:08,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:08,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:10,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:10,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:10,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:10,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:10,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:12,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:12,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:12,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:12,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:13,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:14,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:14,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:15,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:15,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:15,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:17,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:17,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:17,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:17,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:17,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:19,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:19,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:19,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:19,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:20,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:21,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:21,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:22,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:22,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:22,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:24,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:24,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:24,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:24,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:24,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:26,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:26,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:26,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:26,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:27,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:29,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:29,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:29,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:29,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:29,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:31,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:31,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:31,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:31,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:32,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:33,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:33,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:33,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:33,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:34,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:36,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:36,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:36,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:36,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:37,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:38,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:38,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:38,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:38,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:39,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:41,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:41,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:41,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:41,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:41,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:43,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:43,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:43,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:43,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:44,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:45,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:45,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:46,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:46,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:46,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:48,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:48,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:48,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:48,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:48,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:50,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:50,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:50,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:50,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:51,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:52,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:52,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:53,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:53,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:53,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:55,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:55,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:55,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:55,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:55,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:57,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:57,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:57,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:57,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:53:58,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:53:59,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:53:59,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:00,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:00,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:00,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:02,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:02,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:02,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:02,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:03,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:04,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:04,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:05,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:05,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:05,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:07,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:07,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:07,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:07,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:07,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:09,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:09,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:09,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:09,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:10,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:11,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:11,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:12,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:12,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:12,531 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:14,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:14,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:14,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:14,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:14,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:16,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:16,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:16,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:16,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:17,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:19,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:19,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:19,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:19,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:20,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:21,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:21,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:22,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:22,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:22,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:24,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:24,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:24,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:24,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:25,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:26,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:26,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:26,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:26,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:27,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:29,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:29,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:29,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:29,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:29,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:31,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:31,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:31,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:31,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:31,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:33,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:33,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:33,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:33,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:34,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:35,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:35,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:35,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:35,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:36,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:37,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:37,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:38,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:38,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:38,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:40,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:40,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:40,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:40,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:40,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:42,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:42,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:42,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:42,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:43,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:44,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:44,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:45,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:45,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:45,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:47,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:47,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:47,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:47,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:47,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:49,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:49,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:49,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:49,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:50,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:52,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:52,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:52,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:52,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:52,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:54,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:54,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:54,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:54,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:55,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:56,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:56,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:57,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:57,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:54:57,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:54:59,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:59,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:59,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:54:59,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:00,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:01,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:01,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:02,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:02,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:02,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:04,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:04,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:04,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:04,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:04,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:06,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:06,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:06,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:06,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:07,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:08,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:08,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:09,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:09,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:09,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:11,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:11,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:11,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:11,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:12,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:13,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:13,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:13,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:13,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:14,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:15,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:15,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:16,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:16,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:16,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:18,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:18,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:18,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:18,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:18,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:20,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:20,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:21,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:21,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:21,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:23,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:23,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:23,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:23,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:23,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:25,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:25,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:25,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:25,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:25,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:27,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:27,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:27,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:27,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:28,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:30,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:30,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:30,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:30,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:30,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:32,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:32,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:32,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:32,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:33,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:34,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:34,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:35,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:35,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:35,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:37,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:37,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:37,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:37,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:38,212 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:39,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:39,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:40,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:40,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:40,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:42,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:42,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:42,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:42,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:43,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:45,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:45,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:45,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:45,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:45,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:47,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:47,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:47,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:47,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:48,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:49,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:49,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:50,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:50,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:50,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:52,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:52,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:52,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:52,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:52,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:54,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:54,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:54,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:54,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:55,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:57,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:57,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:57,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:57,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:55:57,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:55:59,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:59,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:59,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:55:59,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:00,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:01,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:01,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:02,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:02,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:02,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:04,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:04,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:04,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:04,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:04,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:06,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:06,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:06,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:06,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:07,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:08,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:08,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:09,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:09,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:09,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:11,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:11,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:11,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:11,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:11,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:13,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:13,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:13,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:13,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:14,235 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:15,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:15,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:16,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:16,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:16,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:18,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:18,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:18,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:18,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:18,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:20,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:20,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:20,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:20,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:21,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:23,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:23,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:23,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:23,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:24,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:25,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:25,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:25,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:25,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:26,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:28,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:28,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:28,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:28,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:28,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:30,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:30,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:30,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:30,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:31,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:32,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:32,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:33,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:33,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:33,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:35,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:35,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:35,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:35,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:35,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:37,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:37,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:37,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:37,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:38,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:39,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:39,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:40,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:40,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:40,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:42,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:42,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:42,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:42,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:42,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:44,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:44,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:44,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:44,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:45,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:46,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:46,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:46,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:46,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:47,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:49,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:49,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:49,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:49,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:49,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:51,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:51,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:52,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:52,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:52,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:54,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:54,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:54,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:54,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:54,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:56,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:56,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:56,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:56,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:57,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:56:58,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:58,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:59,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:56:59,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:56:59,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:01,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:01,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:01,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:01,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:02,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:03,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:03,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:04,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:04,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:04,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:06,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:06,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:06,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:06,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:06,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:08,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:08,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:08,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:08,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:09,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:11,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:11,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:11,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:11,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:11,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:13,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:13,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:13,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:13,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:14,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:15,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:15,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:16,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:16,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:16,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:18,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:18,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:18,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:18,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:18,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:20,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:20,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:20,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:20,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:21,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:22,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:22,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:23,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:23,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:23,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:25,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:25,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:25,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:25,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:25,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:27,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:27,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:27,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:27,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:28,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:29,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:29,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:30,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:30,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:30,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:32,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:32,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:32,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:32,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:32,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:34,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:34,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:34,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:34,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:35,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:36,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:36,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:37,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:37,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:37,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:39,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:39,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:39,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:39,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:41,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:41,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:41,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:41,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:42,821 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:44,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:44,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:44,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:44,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:45,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:46,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:46,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:47,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:47,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:47,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:49,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:49,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:49,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:49,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:49,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:51,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:51,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:51,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:51,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:52,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:53,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:53,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:53,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:53,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:54,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:56,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:56,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:56,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:56,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:56,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:57:58,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:58,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:58,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:57:58,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:57:59,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:00,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:00,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:01,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:01,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:01,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:03,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:03,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:03,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:03,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:03,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:05,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:05,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:05,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:05,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:06,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:07,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:07,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:08,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:08,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:08,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:10,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:10,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:10,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:10,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:10,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:12,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:12,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:12,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:12,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:13,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:14,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:14,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:15,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:15,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:15,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:17,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:17,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:17,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:17,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:17,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:19,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:19,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:19,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:19,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:20,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:21,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:21,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:22,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:22,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:23,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:24,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:24,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:25,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:25,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:25,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:27,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:27,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:27,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:27,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:27,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:29,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:29,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:29,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:29,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:30,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:31,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:31,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:32,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:32,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:32,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:34,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:34,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:34,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:34,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:35,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:36,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:36,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:37,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:37,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:37,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:39,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:39,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:39,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:39,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:39,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:41,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:41,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:41,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:41,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:42,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:43,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:43,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:43,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:43,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:44,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:46,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:46,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:46,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:46,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:46,680 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:48,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:48,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:48,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:48,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:48,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:50,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:50,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:50,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:50,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:51,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:52,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:52,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:53,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:53,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:53,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:55,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:55,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:55,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:55,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:56,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:58:57,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:57,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:58,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:58:58,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:58:58,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:00,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:00,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:00,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:00,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:00,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:02,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:02,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:02,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:02,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:03,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:04,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:04,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:05,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:05,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:05,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:07,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:07,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:07,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:07,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:08,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:09,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:09,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:10,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:10,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:10,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:12,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:12,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:12,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:12,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:12,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:14,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:14,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:14,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:14,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:15,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:16,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:16,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:17,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:17,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:17,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:19,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:19,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:19,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:19,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:20,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:21,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:21,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:22,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:22,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:22,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:24,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:24,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:24,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:24,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:24,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:26,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:26,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:26,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:26,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:27,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:29,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:29,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:29,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:29,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:29,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:31,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:31,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:31,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:31,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:31,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:33,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:33,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:33,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:33,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:34,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:35,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:35,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:36,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:36,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:36,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:38,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:38,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:38,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:38,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:38,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:40,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:40,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:41,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:41,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:41,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:43,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:43,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:43,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:43,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:43,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:45,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:45,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:45,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:45,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:46,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:48,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:48,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:48,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:48,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:48,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:50,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:50,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:50,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:50,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:51,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:52,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:52,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:52,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:52,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:53,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:55,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:55,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:55,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:55,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:55,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:57,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:57,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:57,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:57,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 16:59:58,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 16:59:59,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:59,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:59,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 16:59:59,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:00,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:02,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:02,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:02,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:02,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:02,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:04,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:04,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:04,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:04,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:05,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:06,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:06,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:07,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:07,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:07,531 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:09,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:09,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:09,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:09,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:09,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:11,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:11,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:11,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:11,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:12,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:13,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:13,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:14,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:14,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:14,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:16,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:16,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:16,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:16,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:16,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:18,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:18,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:18,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:18,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:19,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:21,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:21,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:21,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:21,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:21,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:23,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:23,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:23,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:23,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:24,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:25,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:25,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:26,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:26,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:26,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:28,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:28,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:28,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:28,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:29,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:31,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:31,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:31,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:31,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:31,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:33,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:33,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:33,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:33,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:34,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:35,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:35,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:36,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:36,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:36,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:38,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:38,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:38,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:38,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:38,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:40,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:40,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:40,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:40,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:41,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:42,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:42,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:43,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:43,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:43,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:45,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:45,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:45,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:45,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:45,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:47,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:47,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:47,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:47,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:48,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:49,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:49,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:50,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:50,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:50,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:52,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:52,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:52,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:52,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:53,093 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:54,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:54,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:55,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:55,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:55,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:57,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:57,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:57,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:57,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:00:57,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:00:59,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:59,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:59,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:00:59,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:00,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:01,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:01,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:02,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:02,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:02,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:04,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:04,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:04,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:04,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:04,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:06,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:06,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:06,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:06,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:07,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:08,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:08,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:09,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:09,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:10,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:11,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:11,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:12,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:12,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:12,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:14,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:14,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:14,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:14,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:14,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:16,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:16,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:16,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:16,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:17,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:19,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:19,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:19,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:19,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:19,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:21,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:21,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:21,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:21,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:21,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:23,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:23,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:23,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:23,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:24,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:25,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:25,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:26,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:26,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:26,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:28,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:28,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:28,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:28,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:28,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:30,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:30,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:30,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:30,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:31,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:33,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:33,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:33,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:33,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:33,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:35,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:35,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:35,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:35,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:36,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:37,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:37,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:38,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:38,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:38,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:40,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:40,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:40,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:40,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:40,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:42,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:42,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:42,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:42,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:43,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:44,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:44,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:45,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:45,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:45,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:47,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:47,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:47,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:47,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:48,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:49,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:49,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:49,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:49,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:50,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:52,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:52,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:52,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:52,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:53,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:54,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:54,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:55,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:55,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:55,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:56,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:56,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:57,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:57,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:01:57,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:01:59,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:59,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:59,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:01:59,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:00,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:01,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:01,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:02,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:02,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:02,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:04,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:04,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:04,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:04,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:04,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:06,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:06,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:06,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:06,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:07,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:08,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:08,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:09,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:09,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:09,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:11,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:11,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:11,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:11,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:11,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:13,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:13,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:13,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:13,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:14,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:15,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:15,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:16,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:16,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:16,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:18,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:18,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:18,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:18,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:18,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:20,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:20,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:20,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:20,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:21,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:22,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:22,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:23,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:23,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:23,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:25,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:25,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:25,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:25,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:26,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:28,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:28,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:28,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:28,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:28,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:30,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:30,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:30,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:30,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:31,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:33,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:33,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:33,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:33,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:33,821 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:35,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:35,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:35,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:35,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:36,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:37,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:37,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:38,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:38,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:38,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:40,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:40,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:40,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:40,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:40,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:42,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:42,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:42,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:42,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:43,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:44,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:44,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:45,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:45,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:45,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:47,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:47,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:47,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:47,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:47,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:49,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:49,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:49,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:49,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:50,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:52,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:52,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:52,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:52,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:52,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:54,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:54,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:54,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:54,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:54,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:56,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:56,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:56,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:56,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:57,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:02:58,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:58,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:59,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:02:59,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:02:59,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:01,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:01,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:01,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:01,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:01,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:03,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:03,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:03,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:03,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:04,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:06,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:06,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:06,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:06,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:07,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:08,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:08,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:09,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:09,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:09,472 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:11,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:11,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:11,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:11,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:11,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:13,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:13,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:13,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:13,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:14,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:15,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:15,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:16,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:16,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:16,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:18,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:18,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:18,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:18,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:18,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:20,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:20,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:20,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:20,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:21,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:23,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:23,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:23,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:23,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:23,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:25,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:25,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:25,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:25,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:26,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:27,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:27,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:28,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:28,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:28,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:30,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:30,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:30,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:30,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:30,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:32,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:32,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:32,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:32,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:32,880 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:34,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:34,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:34,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:34,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:35,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:37,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:37,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:37,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:37,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:37,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:39,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:39,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:39,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:39,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:40,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:41,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:41,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:42,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:42,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:42,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:44,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:44,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:44,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:44,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:44,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:46,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:46,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:46,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:46,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:47,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:48,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:48,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:49,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:49,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:49,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:51,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:51,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:51,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:51,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:51,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:53,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:53,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:53,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:53,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:54,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:56,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:56,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:56,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:56,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:56,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:03:58,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:58,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:58,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:03:58,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:03:58,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:00,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:00,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:00,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:00,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:01,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:02,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:02,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:03,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:03,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:03,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:05,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:05,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:05,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:05,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:05,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:07,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:07,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:07,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:07,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:08,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:09,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:09,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:10,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:10,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:10,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:12,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:12,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:12,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:12,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:12,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:14,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:14,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:14,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:14,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:15,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:17,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:17,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:17,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:17,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:18,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:20,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:20,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:20,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:20,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:20,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:22,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:22,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:22,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:22,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:23,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:24,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:24,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:24,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:24,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:25,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:26,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:26,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:27,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:27,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:27,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:29,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:29,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:29,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:29,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:29,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:31,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:31,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:31,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:31,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:32,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:33,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:33,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:34,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:34,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:34,420 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:35,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:35,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:36,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:36,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:36,639 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:38,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:38,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:38,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:38,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:39,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:40,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:40,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:40,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:40,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:41,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:42,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:42,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:43,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:43,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:43,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:45,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:45,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:45,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:45,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:45,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:47,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:47,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:47,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:47,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:48,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:49,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:49,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:50,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:50,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:50,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:52,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:52,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:52,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:52,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:52,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:54,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:54,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:54,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:54,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:55,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:56,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:56,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:57,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:57,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:04:58,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:04:59,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:59,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:59,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:04:59,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:00,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:02,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:02,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:02,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:02,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:02,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:04,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:04,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:04,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:04,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:05,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:06,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:06,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:07,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:07,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:07,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:09,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:09,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:09,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:09,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:09,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:11,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:11,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:11,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:11,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:12,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:13,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:13,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:14,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:14,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:14,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:16,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:16,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:16,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:16,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:16,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:18,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:18,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:18,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:18,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:19,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:20,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:20,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:20,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:20,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:21,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:23,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:23,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:23,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:23,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:23,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:25,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:25,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:25,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:25,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:26,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:27,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:27,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:28,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:28,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:28,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:30,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:30,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:30,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:30,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:30,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:32,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:32,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:32,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:32,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:33,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:34,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:34,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:35,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:35,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:35,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:37,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:37,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:37,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:37,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:38,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:39,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:39,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:39,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:39,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:40,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:42,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:42,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:42,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:42,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:42,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:44,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:44,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:44,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:44,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:45,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:46,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:46,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:47,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:47,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:47,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:49,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:49,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:49,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:49,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:49,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:51,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:51,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:51,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:51,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:52,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:53,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:53,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:54,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:54,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:54,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:56,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:56,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:56,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:56,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:57,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:05:58,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:58,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:58,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:05:58,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:05:59,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:01,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:01,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:01,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:01,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:01,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:03,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:03,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:03,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:03,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:04,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:05,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:05,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:06,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:06,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:06,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:08,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:08,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:08,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:08,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:08,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:10,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:10,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:10,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:10,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:11,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:12,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:12,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:13,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:13,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:13,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:15,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:15,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:15,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:15,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:16,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:17,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:17,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:17,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:17,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:18,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:19,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:19,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:20,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:20,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:20,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:22,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:22,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:22,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:22,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:23,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:24,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:24,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:25,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:25,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:25,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:27,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:27,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:27,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:27,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:27,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:29,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:29,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:29,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:29,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:30,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:32,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:32,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:32,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:32,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:32,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:34,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:34,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:34,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:34,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:34,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:36,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:36,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:36,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:36,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:37,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:39,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:39,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:39,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:39,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:39,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:41,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:41,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:41,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:41,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:42,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:43,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:43,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:44,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:44,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:44,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:46,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:46,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:46,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:46,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:46,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:48,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:48,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:48,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:48,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:49,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:50,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:50,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:51,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:51,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:51,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:53,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:53,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:53,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:53,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:54,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:56,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:56,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:56,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:56,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:56,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:06:58,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:58,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:58,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:06:58,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:06:59,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:00,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:00,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:01,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:01,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:01,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:03,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:03,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:03,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:03,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:03,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:05,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:05,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:05,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:05,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:06,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:07,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:07,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:07,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:07,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:08,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:09,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:09,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:10,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:10,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:10,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:12,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:12,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:12,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:12,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:13,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:14,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:14,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:14,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:14,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:15,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:16,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:16,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:17,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:17,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:17,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:19,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:19,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:19,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:19,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:19,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:21,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:21,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:21,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:21,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:22,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:24,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:24,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:24,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:24,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:24,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:26,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:26,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:26,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:26,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:27,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:28,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:28,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:29,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:29,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:29,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:31,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:31,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:31,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:31,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:31,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:33,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:33,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:34,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:34,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:35,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:36,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:36,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:37,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:37,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:37,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:39,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:39,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:39,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:39,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:39,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:41,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:41,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:41,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:41,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:42,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:43,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:43,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:44,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:44,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:44,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:46,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:46,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:46,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:46,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:46,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:48,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:48,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:48,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:48,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:49,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:50,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:50,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:51,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:51,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:51,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:53,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:53,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:53,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:53,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:53,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:55,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:55,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:55,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:55,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:56,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:07:57,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:57,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:58,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:07:58,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:07:58,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:00,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:00,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:00,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:00,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:01,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:02,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:02,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:03,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:03,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:03,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:05,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:05,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:05,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:05,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:05,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:07,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:07,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:07,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:07,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:08,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:09,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:09,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:10,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:10,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:11,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:12,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:12,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:13,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:13,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:13,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:15,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:15,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:15,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:15,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:15,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:17,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:17,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:17,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:17,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:18,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:19,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:19,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:20,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:20,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:20,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:22,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:22,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:22,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:22,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:22,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:24,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:24,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:24,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:24,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:25,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:26,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:26,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:27,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:27,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:27,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:29,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:29,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:29,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:29,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:30,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:31,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:31,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:32,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:32,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:32,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:34,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:34,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:34,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:34,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:35,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:36,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:36,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:37,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:37,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:37,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:39,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:39,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:39,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:39,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:39,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:41,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:41,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:41,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:41,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:42,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:43,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:43,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:43,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:43,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:44,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:45,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:45,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:46,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:46,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:46,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:48,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:48,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:48,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:48,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:49,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:50,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:50,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:51,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:51,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:51,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:53,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:53,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:53,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:53,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:53,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:55,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:55,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:55,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:55,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:56,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:08:57,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:57,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:57,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:08:57,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:08:58,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:00,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:00,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:00,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:00,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:00,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:02,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:02,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:02,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:02,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:03,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:04,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:04,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:05,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:05,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:05,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:07,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:07,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:07,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:07,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:07,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:09,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:09,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:09,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:09,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:10,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:11,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:11,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:12,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:12,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:12,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:14,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:14,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:14,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:14,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:15,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:16,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:16,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:16,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:16,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:17,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:19,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:19,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:19,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:19,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:19,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:21,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:21,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:21,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:21,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:22,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:23,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:23,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:24,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:24,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:24,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:26,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:26,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:26,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:26,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:27,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:29,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:29,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:29,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:29,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:29,787 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:31,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:31,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:31,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:31,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:32,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:33,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:33,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:34,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:34,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:34,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:36,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:36,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:36,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:36,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:36,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:38,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:38,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:38,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:38,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:39,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:40,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:40,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:41,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:41,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:41,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:43,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:43,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:43,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:43,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:43,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:45,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:45,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:45,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:45,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:46,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:47,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:47,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:48,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:48,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:48,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:50,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:50,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:50,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:50,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:51,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:52,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:52,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:52,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:52,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:53,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:55,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:55,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:55,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:55,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:55,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:57,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:57,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:57,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:57,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:09:58,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:09:59,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:59,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:59,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:09:59,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:00,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:02,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:02,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:02,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:02,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:02,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:04,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:04,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:04,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:04,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:06,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:07,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:07,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:08,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:08,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:08,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:10,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:10,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:10,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:10,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:10,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:12,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:12,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:12,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:12,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:13,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:14,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:14,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:14,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:14,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:15,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:16,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:16,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:17,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:17,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:17,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:19,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:19,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:19,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:19,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:19,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:21,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:21,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:21,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:21,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:22,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:23,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:23,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:24,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:24,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:24,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:26,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:26,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:26,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:26,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:26,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:28,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:28,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:28,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:28,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:29,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:30,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:30,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:31,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:31,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:31,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:33,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:33,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:33,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:33,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:33,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:35,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:35,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:35,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:35,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:36,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:37,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:37,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:38,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:38,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:38,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:40,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:40,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:40,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:40,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:40,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:42,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:42,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:42,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:42,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:43,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:45,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:45,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:45,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:45,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:45,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:47,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:47,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:47,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:47,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:48,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:50,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:50,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:50,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:50,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:50,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:52,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:52,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:52,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:52,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:53,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:54,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:54,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:55,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:55,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:55,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:57,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:57,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:57,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:57,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:10:57,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:10:59,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:59,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:59,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:10:59,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:00,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:01,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:01,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:02,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:02,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:02,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:04,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:04,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:04,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:04,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:04,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:06,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:06,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:06,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:06,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:07,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:08,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:08,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:09,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:09,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:09,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:11,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:11,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:11,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:11,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:11,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:13,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:13,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:13,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:13,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:14,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:16,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:16,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:16,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:16,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:16,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:18,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:18,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:18,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:18,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:19,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:21,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:21,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:21,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:21,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:22,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:23,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:23,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:23,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:23,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:24,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:25,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:25,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:26,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:26,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:26,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:28,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:28,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:28,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:28,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:29,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:30,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:30,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:31,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:31,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:31,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:33,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:33,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:33,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:33,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:33,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:35,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:35,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:35,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:35,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:36,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:37,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:37,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:38,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:38,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:38,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:40,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:40,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:40,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:40,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:40,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:42,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:42,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:42,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:42,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:43,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:45,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:45,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:45,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:45,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:45,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:47,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:47,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:47,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:47,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:48,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:49,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:49,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:49,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:49,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:50,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:52,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:52,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:52,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:54,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:54,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:54,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:54,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:55,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:56,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:56,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:57,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:57,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:11:57,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:11:59,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:59,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:59,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:11:59,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:00,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:02,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:02,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:02,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:02,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:02,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:04,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:04,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:04,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:04,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:05,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:06,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:06,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:07,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:07,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:07,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:09,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:09,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:09,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:09,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:09,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:11,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:11,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:11,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:11,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:12,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:13,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:13,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:14,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:14,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:14,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:16,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:16,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:16,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:16,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:16,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:18,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:18,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:19,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:19,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:19,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:21,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:21,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:21,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:21,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:21,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:23,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:23,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:23,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:23,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:24,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:25,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:25,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:26,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:26,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:26,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:28,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:28,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:28,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:28,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:28,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:30,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:30,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:30,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:30,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:31,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:32,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:32,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:33,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:33,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:33,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:35,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:35,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:35,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:35,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:35,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:37,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:37,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:38,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:38,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:39,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:40,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:40,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:41,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:41,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:41,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:43,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:43,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:43,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:43,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:43,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:45,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:45,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:45,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:45,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:46,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:48,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:48,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:48,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:48,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:48,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:50,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:50,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:50,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:50,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:51,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:52,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:52,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:53,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:53,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:53,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:55,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:55,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:55,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:55,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:56,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:57,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:57,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:58,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:58,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:12:58,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:12:59,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:12:59,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:00,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:00,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:00,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:02,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:02,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:02,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:02,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:02,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:04,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:04,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:04,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:04,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:05,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:06,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:06,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:07,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:07,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:07,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:09,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:09,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:09,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:09,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:09,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:11,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:11,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:11,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:11,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:12,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:13,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:13,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:14,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:14,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:14,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:16,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:16,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:16,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:16,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:16,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:18,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:18,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:18,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:18,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:19,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:21,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:21,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:21,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:21,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:22,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:23,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:23,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:23,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:23,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:24,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:26,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:26,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:26,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:26,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:26,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:28,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:28,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:28,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:28,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:29,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:30,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:30,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:31,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:31,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:31,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:33,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:33,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:33,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:33,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:33,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:35,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:35,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:35,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:35,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:36,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:37,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:37,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:38,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:38,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:38,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:40,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:40,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:40,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:40,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:40,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:42,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:42,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:42,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:42,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:43,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:45,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:45,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:45,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:45,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:45,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:47,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:47,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:47,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:47,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:48,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:49,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:49,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:50,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:50,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:50,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:52,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:52,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:52,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:52,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:52,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:54,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:54,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:54,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:54,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:55,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:56,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:56,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:57,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:57,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:57,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:13:59,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:59,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:59,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:13:59,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:13:59,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:01,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:01,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:01,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:01,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:02,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:04,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:04,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:04,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:04,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:05,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:06,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:06,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:07,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:07,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:07,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:09,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:09,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:09,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:09,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:09,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:11,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:11,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:11,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:11,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:12,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:13,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:13,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:14,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:14,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:14,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:16,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:16,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:16,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:16,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:16,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:18,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:18,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:18,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:18,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:19,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:20,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:20,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:21,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:21,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:21,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:23,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:23,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:23,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:23,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:23,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:25,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:25,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:25,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:25,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:26,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:27,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:28,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:28,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:28,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:28,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:30,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:32,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:32,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:32,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:32,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:33,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:35,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:35,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:35,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:35,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:35,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:37,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:37,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:37,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:37,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:38,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:39,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:39,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:40,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:40,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:40,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:42,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:42,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:42,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:42,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:42,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:44,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:44,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:44,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:44,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:45,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:47,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:47,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:47,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:47,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:48,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:49,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:49,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:50,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:50,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:50,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:52,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:52,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:52,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:52,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:53,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:54,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:54,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:55,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:55,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:55,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:57,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:57,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:57,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:57,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:57,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:14:59,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:59,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:59,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:14:59,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:14:59,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:01,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:01,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:01,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:01,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:02,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:03,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:03,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:04,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:04,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:04,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:06,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:06,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:06,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:06,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:06,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:08,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:08,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:08,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:08,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:09,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:10,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:10,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:11,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:11,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:11,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:13,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:13,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:13,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:13,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:13,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:15,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:15,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:15,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:15,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:16,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:18,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:18,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:18,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:18,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:18,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:20,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:20,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:20,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:20,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:21,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:22,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:22,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:23,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:23,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:23,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:25,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:25,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:25,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:25,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:25,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:27,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:27,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:27,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:27,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:28,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:29,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:29,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:30,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:30,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:31,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:32,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:32,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:33,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:33,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:33,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:35,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:35,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:35,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:35,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:35,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:37,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:37,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:37,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:37,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:38,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:39,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:39,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:40,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:40,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:40,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:42,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:42,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:42,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:42,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:42,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:44,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:44,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:44,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:44,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:45,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:47,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:47,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:47,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:47,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:47,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:49,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:49,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:49,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:49,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:50,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:52,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:52,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:54,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:54,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:54,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:54,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:54,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:56,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:56,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:56,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:56,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:57,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:15:58,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:58,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:59,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:15:59,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:15:59,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:01,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:01,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:01,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:01,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:01,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:03,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:03,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:03,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:03,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:04,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:06,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:06,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:06,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:06,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:06,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:08,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:08,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:08,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:08,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:09,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:10,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:10,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:11,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:11,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:11,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:13,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:13,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:13,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:13,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:14,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:15,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:15,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:16,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:16,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:16,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:18,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:18,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:18,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:18,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:18,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:20,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:20,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:20,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:20,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:21,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:23,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:23,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:23,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:23,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:23,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:25,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:25,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:25,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:25,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:26,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:27,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:27,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:28,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:28,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:28,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:30,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:30,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:30,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:30,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:30,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:32,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:32,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:32,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:32,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:33,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:35,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:35,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:35,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:35,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:35,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:37,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:37,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:37,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:37,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:38,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:39,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:39,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:40,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:40,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:40,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:42,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:42,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:42,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:42,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:42,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:44,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:44,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:45,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:45,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:45,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:47,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:47,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:47,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:47,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:47,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:49,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:49,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:49,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:49,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:50,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:52,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:52,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:52,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:52,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:52,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:54,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:54,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:54,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:54,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:55,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:57,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:57,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:57,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:57,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:16:57,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:16:59,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:59,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:59,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:16:59,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:00,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:01,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:01,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:02,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:02,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:02,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:04,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:04,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:04,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:04,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:05,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:06,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:06,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:07,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:07,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:07,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:09,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:09,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:09,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:09,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:10,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:11,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:11,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:11,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:11,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:12,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:14,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:14,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:14,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:14,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:14,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:16,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:16,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:16,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:16,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:17,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:18,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:18,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:18,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:18,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:19,397 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:21,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:21,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:21,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:21,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:21,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:23,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:23,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:23,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:23,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:24,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:25,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:25,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:25,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:25,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:26,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:28,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:28,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:28,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:28,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:28,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:30,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:30,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:30,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:30,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:31,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:32,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:32,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:33,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:33,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:33,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:35,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:35,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:35,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:35,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:35,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:37,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:37,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:37,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:37,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:38,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:40,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:40,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:40,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:40,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:40,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:42,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:42,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:42,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:42,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:43,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:44,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:44,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:45,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:45,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:45,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:47,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:47,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:47,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:47,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:47,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:49,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:49,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:49,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:49,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:50,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:51,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:51,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:52,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:52,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:52,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:54,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:54,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:54,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:54,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:54,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:56,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:56,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:56,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:56,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:57,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:17:59,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:59,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:59,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:17:59,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:17:59,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:01,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:01,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:01,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:01,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:02,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:03,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:03,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:03,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:03,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:04,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:06,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:06,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:06,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:06,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:06,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:08,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:08,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:08,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:08,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:09,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:10,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:10,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:11,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:11,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:11,472 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:13,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:13,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:13,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:13,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:13,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:15,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:15,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:15,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:15,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:16,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:18,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:18,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:18,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:18,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:18,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:20,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:20,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:20,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:20,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:21,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:23,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:23,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:23,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:23,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:23,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:25,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:25,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:25,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:25,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:26,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:27,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:27,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:28,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:28,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:28,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:30,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:30,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:30,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:30,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:31,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:32,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:32,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:32,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:32,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:33,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:34,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:34,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:35,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:35,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:35,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:37,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:37,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:37,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:37,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:37,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:39,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:39,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:40,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:41,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:41,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:42,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:42,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:42,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:44,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:44,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:44,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:44,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:44,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:46,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:46,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:46,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:46,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:47,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:49,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:49,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:49,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:49,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:49,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:51,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:51,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:51,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:51,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:52,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:53,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:53,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:53,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:53,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:54,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:56,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:56,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:56,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:56,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:56,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:18:58,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:58,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:58,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:18:58,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:18:59,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:00,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:00,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:01,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:01,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:02,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:03,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:03,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:04,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:04,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:04,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:06,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:06,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:06,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:06,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:06,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:08,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:08,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:08,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:08,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:09,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:11,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:11,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:11,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:11,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:11,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:13,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:13,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:13,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:13,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:14,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:15,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:15,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:16,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:16,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:16,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:18,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:18,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:18,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:18,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:18,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:20,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:20,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:20,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:20,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:21,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:22,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:22,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:23,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:23,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:23,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:25,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:25,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:25,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:25,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:25,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:27,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:27,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:27,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:27,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:28,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:29,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:29,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:30,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:30,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:30,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:32,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:32,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:32,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:32,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:32,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:34,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:34,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:34,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:34,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:35,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:36,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:36,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:37,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:37,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:37,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:39,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:39,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:39,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:39,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:39,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:41,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:41,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:41,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:41,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:42,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:43,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:43,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:44,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:44,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:45,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:46,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:46,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:47,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:47,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:47,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:49,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:49,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:49,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:49,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:49,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:51,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:51,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:51,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:51,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:52,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:53,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:53,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:54,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:54,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:54,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:56,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:56,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:56,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:56,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:56,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:19:58,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:58,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:58,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:19:58,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:19:59,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:20:01,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:20:01,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:20:01,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:20:01,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:20:01,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:20:02,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:20:02,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:20:02,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:20:02,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. - 10%|████████████▋ | 1000/10000 [3:06:38<7:11:51, 2.88s/it][INFO|trainer.py:3738] 2024-10-05 17:20:53,734 >> Saving model checkpoint to ./checkpoint-1000 -{'eval_loss': 0.1971057653427124, 'eval_wer': 14.68265601524424, 'eval_runtime': 4130.6867, 'eval_samples_per_second': 3.3, 'eval_steps_per_second': 0.413, 'epoch': 0.1} -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/transformers/modeling_utils.py:2774: UserWarning: Moving the following attributes in the config to the generation config: {'max_length': 448, 'begin_suppress_tokens': [220, 50257]}. You are seeing this warning because you've set generation parameters in the model config, as opposed to in the generation config. - warnings.warn( -[INFO|configuration_utils.py:410] 2024-10-05 17:20:53,736 >> Configuration saved in ./checkpoint-1000/config.json -[INFO|configuration_utils.py:868] 2024-10-05 17:20:53,737 >> Configuration saved in ./checkpoint-1000/generation_config.json -[INFO|modeling_utils.py:3000] 2024-10-05 17:21:02,135 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 2 checkpoint shards. You can find where each parameters has been saved in the index located at ./checkpoint-1000/model.safetensors.index.json. -[INFO|feature_extraction_utils.py:435] 2024-10-05 17:21:02,136 >> Feature extractor saved in ./checkpoint-1000/preprocessor_config.json -[INFO|feature_extraction_utils.py:435] 2024-10-05 17:21:20,471 >> Feature extractor saved in ./preprocessor_config.json -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/torch/utils/checkpoint.py:295: FutureWarning: `torch.cpu.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cpu', args...)` instead. - with torch.enable_grad(), device_autocast_ctx, torch.cpu.amp.autocast(**ctx.cpu_autocast_kwargs): # type: ignore[attr-defined] - 10%|████████████▍ | 1005/10000 [3:07:21<755:50:41, 302.51s/it]/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( - 15%|███████████████████ | 1500/10000 [3:31:38<6:51:40, 2.91s/it][INFO|trainer.py:4054] 2024-10-05 17:45:53,615 >> -{'loss': 0.1701, 'grad_norm': 3.322065591812134, 'learning_rate': 4.133223684210526e-06, 'epoch': 0.1} -{'loss': 0.1875, 'grad_norm': 3.5462722778320312, 'learning_rate': 4.121710526315789e-06, 'epoch': 0.1} -{'loss': 0.1506, 'grad_norm': 3.39326810836792, 'learning_rate': 4.110197368421052e-06, 'epoch': 0.11} -{'loss': 0.1525, 'grad_norm': 2.9165821075439453, 'learning_rate': 4.098684210526315e-06, 'epoch': 0.11} -{'loss': 0.157, 'grad_norm': 3.262007236480713, 'learning_rate': 4.087171052631578e-06, 'epoch': 0.11} -{'loss': 0.1416, 'grad_norm': 2.4523119926452637, 'learning_rate': 4.075657894736842e-06, 'epoch': 0.12} -{'loss': 0.1527, 'grad_norm': 2.7651798725128174, 'learning_rate': 4.064144736842105e-06, 'epoch': 0.12} -{'loss': 0.1822, 'grad_norm': 3.609523296356201, 'learning_rate': 4.052631578947368e-06, 'epoch': 0.12} -{'loss': 0.1703, 'grad_norm': 3.8101985454559326, 'learning_rate': 4.041118421052631e-06, 'epoch': 0.12} -{'loss': 0.1924, 'grad_norm': 3.8921287059783936, 'learning_rate': 4.029605263157894e-06, 'epoch': 0.12} -{'loss': 0.1818, 'grad_norm': 4.463279724121094, 'learning_rate': 4.018092105263157e-06, 'epoch': 0.13} -{'loss': 0.1726, 'grad_norm': 3.6556308269500732, 'learning_rate': 4.00657894736842e-06, 'epoch': 0.13} -{'loss': 0.174, 'grad_norm': 2.98067569732666, 'learning_rate': 3.995065789473683e-06, 'epoch': 0.13} -{'loss': 0.1631, 'grad_norm': 2.8287429809570312, 'learning_rate': 3.983552631578947e-06, 'epoch': 0.14} -{'loss': 0.1475, 'grad_norm': 2.6438794136047363, 'learning_rate': 3.97203947368421e-06, 'epoch': 0.14} -{'loss': 0.1457, 'grad_norm': 3.513123035430908, 'learning_rate': 3.960526315789473e-06, 'epoch': 0.14} -{'loss': 0.1375, 'grad_norm': 2.4688916206359863, 'learning_rate': 3.949013157894737e-06, 'epoch': 0.14} -{'loss': 0.1623, 'grad_norm': 4.005943775177002, 'learning_rate': 3.9375e-06, 'epoch': 0.14} -{'loss': 0.1701, 'grad_norm': 2.91786789894104, 'learning_rate': 3.925986842105263e-06, 'epoch': 0.15} -{'loss': 0.1973, 'grad_norm': 3.5332415103912354, 'learning_rate': 3.914473684210526e-06, 'epoch': 0.15} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-05 17:45:53,615 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-05 17:45:53,615 >> Batch size = 8 -Reading metadata...: 13630it [00:00, 15488.63it/s] -[INFO|trainer_utils.py:830] 2024-10-05 17:45:55,225 >> 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. -[INFO|generation_whisper.py:1734] 2024-10-05 17:45:55,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:45:57,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:45:57,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:45:57,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:45:57,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:45:57,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:45:59,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:45:59,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:45:59,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:45:59,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:00,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:01,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:01,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:02,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:02,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:02,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:04,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:04,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:04,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:04,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:04,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:06,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:06,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:06,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:06,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:07,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:08,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:08,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:09,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:09,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:09,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:11,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:11,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:11,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:11,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:11,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:13,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:13,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:13,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:13,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:14,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:15,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:15,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:16,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:16,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:16,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:18,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:18,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:18,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:18,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:19,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:20,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:20,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:20,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:20,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:21,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:22,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:22,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:23,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:23,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:23,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:25,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:25,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:25,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:25,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:26,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:27,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:27,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:28,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:28,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:28,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:30,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:30,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:30,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:30,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:30,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:32,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:32,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:32,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:32,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:33,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:35,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:35,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:35,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:35,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:36,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:37,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:37,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:38,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:38,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:38,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:40,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:40,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:40,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:40,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:40,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:42,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:42,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:42,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:42,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:43,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:44,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:44,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:45,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:45,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:45,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:47,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:47,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:47,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:47,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:47,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:49,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:49,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:49,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:49,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:50,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:52,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:52,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:52,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:52,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:52,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:54,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:54,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:54,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:54,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:55,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:57,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:57,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:57,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:57,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:46:57,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:46:59,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:59,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:59,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:46:59,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:00,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:01,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:01,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:01,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:01,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:02,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:04,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:04,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:04,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:04,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:04,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:06,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:06,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:06,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:06,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:07,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:08,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:08,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:09,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:09,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:09,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:11,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:11,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:11,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:11,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:11,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:13,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:13,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:13,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:13,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:14,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:16,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:16,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:16,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:16,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:16,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:18,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:18,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:18,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:18,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:19,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:20,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:20,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:21,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:21,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:21,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:23,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:23,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:23,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:23,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:23,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:25,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:25,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:25,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:25,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:26,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:28,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:28,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:28,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:28,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:28,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:30,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:30,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:30,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:30,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:31,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:32,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:32,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:33,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:33,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:33,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:35,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:35,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:35,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:35,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:35,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:37,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:37,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:37,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:37,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:38,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:39,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:39,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:40,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:40,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:40,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:42,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:42,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:42,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:42,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:42,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:44,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:44,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:44,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:44,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:45,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:46,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:46,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:47,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:47,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:47,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:49,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:49,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:49,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:49,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:50,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:51,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:51,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:51,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:51,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:52,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:54,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:54,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:54,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:54,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:54,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:56,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:56,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:56,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:56,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:57,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:47:59,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:59,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:59,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:47:59,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:47:59,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:01,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:01,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:01,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:01,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:02,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:04,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:04,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:04,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:04,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:04,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:06,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:06,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:06,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:06,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:07,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:08,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:08,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:09,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:09,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:09,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:11,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:11,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:11,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:11,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:12,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:13,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:13,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:13,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:13,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:14,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:16,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:16,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:16,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:16,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:16,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:18,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:18,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:18,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:18,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:19,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:21,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:21,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:21,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:21,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:21,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:23,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:23,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:23,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:23,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:24,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:25,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:25,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:25,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:25,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:26,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:27,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:27,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:28,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:28,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:28,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:30,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:30,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:30,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:30,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:31,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:32,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:32,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:32,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:32,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:33,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:35,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:35,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:35,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:35,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:36,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:37,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:37,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:38,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:38,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:38,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:40,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:40,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:40,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:40,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:40,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:42,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:42,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:42,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:42,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:43,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:44,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:44,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:45,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:45,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:45,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:47,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:47,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:47,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:47,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:47,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:49,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:49,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:49,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:49,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:50,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:51,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:51,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:52,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:52,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:52,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:54,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:54,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:54,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:54,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:55,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:56,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:56,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:57,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:57,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:57,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:48:59,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:59,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:59,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:48:59,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:48:59,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:01,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:01,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:02,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:02,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:02,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:04,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:04,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:04,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:04,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:04,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:06,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:06,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:06,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:06,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:07,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:08,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:08,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:09,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:09,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:09,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:11,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:11,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:11,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:11,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:11,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:13,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:13,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:13,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:13,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:14,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:16,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:16,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:16,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:16,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:17,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:19,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:19,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:19,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:19,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:19,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:21,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:21,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:21,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:21,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:22,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:23,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:23,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:24,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:24,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:24,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:26,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:26,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:26,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:26,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:26,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:28,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:28,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:28,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:28,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:29,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:30,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:30,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:31,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:31,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:31,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:33,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:33,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:33,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:33,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:33,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:35,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:35,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:36,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:36,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:36,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:38,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:38,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:38,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:38,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:38,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:40,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:40,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:40,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:40,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:41,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:42,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:42,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:43,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:43,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:43,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:45,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:45,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:45,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:45,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:46,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:47,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:47,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:47,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:47,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:48,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:50,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:50,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:50,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:50,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:50,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:52,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:52,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:52,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:52,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:53,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:55,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:55,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:55,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:55,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:55,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:49:57,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:57,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:57,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:49:57,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:49:58,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:00,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:00,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:00,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:00,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:00,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:02,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:02,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:02,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:02,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:03,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:04,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:04,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:05,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:05,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:05,528 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:07,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:07,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:07,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:07,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:07,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:09,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:09,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:10,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:10,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:10,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:12,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:12,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:12,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:12,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:12,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:14,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:14,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:14,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:14,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:15,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:17,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:17,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:17,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:17,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:17,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:19,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:19,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:19,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:19,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:20,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:21,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:21,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:22,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:22,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:22,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:24,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:24,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:24,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:24,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:24,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:26,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:26,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:26,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:26,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:27,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:28,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:28,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:29,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:29,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:29,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:31,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:31,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:31,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:31,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:31,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:33,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:33,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:34,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:34,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:34,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:36,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:36,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:36,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:36,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:36,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:38,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:38,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:38,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:38,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:39,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:41,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:41,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:41,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:41,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:42,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:43,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:43,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:44,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:44,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:44,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:46,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:46,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:46,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:46,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:46,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:48,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:48,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:48,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:48,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:49,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:51,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:51,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:51,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:51,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:51,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:53,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:53,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:53,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:53,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:54,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:55,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:55,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:56,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:56,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:56,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:50:58,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:58,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:58,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:50:58,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:50:59,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:00,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:00,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:00,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:00,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:01,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:02,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:02,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:03,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:03,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:03,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:05,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:05,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:05,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:05,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:05,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:07,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:07,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:08,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:08,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:08,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:10,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:10,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:10,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:10,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:10,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:12,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:12,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:12,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:12,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:13,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:14,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:14,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:15,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:15,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:15,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:17,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:17,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:17,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:17,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:17,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:19,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:19,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:19,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:19,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:20,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:21,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:21,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:22,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:22,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:22,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:24,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:24,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:24,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:24,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:25,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:27,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:27,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:27,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:27,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:27,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:29,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:29,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:29,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:29,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:30,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:31,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:31,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:32,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:32,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:32,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:34,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:34,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:34,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:34,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:35,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:36,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:36,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:37,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:37,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:37,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:39,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:39,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:39,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:39,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:41,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:41,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:41,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:41,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:42,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:43,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:43,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:44,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:44,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:44,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:46,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:46,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:46,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:46,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:47,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:48,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:48,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:49,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:49,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:49,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:51,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:51,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:51,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:51,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:51,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:53,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:53,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:54,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:54,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:54,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:56,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:56,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:56,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:56,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:56,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:51:58,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:58,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:58,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:51:58,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:51:59,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:00,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:00,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:01,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:01,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:01,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:03,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:03,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:03,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:03,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:03,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:05,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:05,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:05,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:05,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:06,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:08,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:08,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:08,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:08,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:08,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:10,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:10,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:10,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:10,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:11,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:12,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:12,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:13,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:13,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:13,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:15,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:15,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:15,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:15,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:15,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:17,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:17,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:17,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:17,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:18,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:19,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:19,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:20,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:20,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:20,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:22,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:22,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:22,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:22,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:23,011 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:24,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:24,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:24,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:24,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:25,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:26,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:26,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:27,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:27,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:27,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:29,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:29,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:29,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:29,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:30,011 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:31,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:31,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:32,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:32,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:32,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:34,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:34,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:34,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:34,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:35,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:36,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:36,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:36,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:36,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:37,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:38,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:38,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:39,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:39,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:39,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:41,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:41,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:41,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:41,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:41,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:43,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:43,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:43,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:43,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:44,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:46,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:46,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:46,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:46,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:47,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:48,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:48,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:49,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:49,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:49,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:51,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:51,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:51,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:51,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:51,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:53,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:53,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:54,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:54,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:54,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:56,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:56,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:56,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:56,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:56,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:52:58,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:58,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:58,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:52:58,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:52:59,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:00,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:00,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:01,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:01,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:01,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:03,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:03,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:03,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:03,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:03,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:05,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:05,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:05,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:05,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:06,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:08,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:08,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:08,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:08,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:08,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:10,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:10,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:10,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:10,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:11,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:12,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:12,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:13,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:13,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:13,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:15,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:15,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:15,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:15,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:15,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:17,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:17,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:17,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:17,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:18,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:20,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:20,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:20,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:20,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:20,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:22,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:22,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:22,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:22,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:23,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:24,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:24,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:25,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:25,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:25,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:27,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:27,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:27,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:27,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:28,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:29,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:29,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:30,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:30,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:30,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:32,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:32,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:32,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:32,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:32,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:34,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:34,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:34,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:34,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:35,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:36,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:36,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:37,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:37,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:37,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:39,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:39,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:39,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:39,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:40,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:41,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:41,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:42,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:42,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:42,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:44,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:44,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:44,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:44,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:44,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:46,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:46,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:46,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:46,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:47,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:48,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:48,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:49,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:49,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:49,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:51,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:51,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:51,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:53,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:53,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:53,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:53,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:54,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:55,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:55,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:56,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:56,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:56,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:53:58,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:58,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:58,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:53:58,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:53:58,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:00,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:00,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:00,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:00,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:01,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:03,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:03,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:03,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:03,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:03,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:05,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:05,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:05,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:05,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:06,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:07,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:07,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:08,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:08,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:08,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:10,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:10,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:10,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:10,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:11,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:12,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:12,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:13,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:13,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:13,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:15,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:15,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:15,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:15,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:15,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:17,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:17,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:17,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:17,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:18,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:19,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:19,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:20,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:20,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:20,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:22,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:22,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:22,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:22,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:23,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:25,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:25,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:25,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:25,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:25,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:27,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:27,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:27,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:27,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:28,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:29,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:29,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:30,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:30,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:30,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:32,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:32,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:32,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:32,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:33,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:34,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:34,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:35,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:35,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:35,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:37,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:37,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:37,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:37,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:37,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:39,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:39,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:40,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:41,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:41,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:42,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:42,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:42,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:44,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:44,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:44,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:44,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:44,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:46,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:46,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:46,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:46,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:47,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:48,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:48,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:49,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:49,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:49,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:51,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:51,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:51,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:51,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:52,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:54,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:54,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:54,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:54,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:54,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:56,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:56,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:56,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:56,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:57,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:54:58,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:58,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:59,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:54:59,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:54:59,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:01,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:01,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:01,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:01,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:01,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:03,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:03,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:03,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:03,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:04,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:05,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:05,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:06,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:06,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:06,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:08,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:08,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:08,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:08,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:08,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:10,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:10,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:10,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:10,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:11,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:13,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:13,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:13,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:13,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:13,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:15,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:15,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:15,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:15,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:16,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:17,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:17,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:17,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:17,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:18,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:20,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:20,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:20,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:20,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:20,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:22,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:22,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:22,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:22,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:23,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:25,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:25,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:25,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:25,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:25,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:27,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:27,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:27,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:27,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:28,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:29,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:29,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:29,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:29,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:30,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:32,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:32,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:32,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:32,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:32,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:34,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:34,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:34,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:34,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:35,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:37,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:37,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:37,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:37,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:38,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:39,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:39,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:40,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:40,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:40,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:42,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:42,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:42,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:42,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:42,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:44,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:44,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:44,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:44,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:45,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:46,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:46,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:47,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:47,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:47,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:49,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:49,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:49,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:49,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:50,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:51,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:51,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:52,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:52,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:52,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:54,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:54,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:54,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:54,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:54,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:56,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:56,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:56,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:56,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:57,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:55:58,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:58,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:59,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:55:59,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:55:59,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:01,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:01,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:01,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:01,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:02,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:03,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:03,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:03,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:03,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:04,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:05,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:05,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:06,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:06,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:06,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:08,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:08,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:08,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:08,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:08,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:10,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:10,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:10,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:10,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:11,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:12,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:12,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:13,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:13,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:13,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:15,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:15,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:15,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:15,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:15,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:17,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:17,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:17,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:17,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:18,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:20,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:20,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:20,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:20,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:21,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:22,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:22,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:22,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:22,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:23,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:25,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:25,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:25,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:25,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:25,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:27,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:27,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:27,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:27,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:28,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:29,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:29,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:30,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:30,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:30,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:32,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:32,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:32,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:32,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:32,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:34,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:34,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:34,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:34,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:35,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:36,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:36,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:37,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:37,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:37,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:39,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:39,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:39,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:39,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:39,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:41,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:41,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:41,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:41,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:42,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:44,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:44,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:44,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:44,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:44,945 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:46,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:46,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:47,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:47,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:47,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:49,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:49,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:49,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:49,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:49,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:51,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:51,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:51,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:51,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:52,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:53,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:53,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:54,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:54,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:54,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:56,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:56,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:56,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:56,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:56,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:56:58,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:58,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:58,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:56:58,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:56:59,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:01,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:01,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:01,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:01,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:02,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:03,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:03,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:04,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:04,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:04,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:06,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:06,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:06,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:06,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:06,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:08,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:08,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:08,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:08,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:09,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:10,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:10,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:11,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:11,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:11,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:13,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:13,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:13,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:13,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:13,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:15,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:15,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:15,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:15,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:16,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:17,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:17,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:18,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:18,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:18,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:20,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:20,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:20,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:20,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:21,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:23,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:23,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:23,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:23,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:23,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:25,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:25,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:25,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:25,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:26,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:27,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:27,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:28,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:28,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:28,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:30,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:30,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:30,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:30,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:30,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:32,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:32,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:32,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:32,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:33,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:34,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:34,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:35,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:35,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:35,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:37,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:37,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:37,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:37,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:37,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:39,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:39,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:39,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:39,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:40,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:41,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:41,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:42,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:42,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:43,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:44,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:44,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:45,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:45,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:45,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:47,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:47,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:47,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:47,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:47,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:49,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:49,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:49,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:49,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:50,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:51,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:51,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:52,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:52,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:52,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:54,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:54,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:54,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:54,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:54,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:56,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:56,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:56,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:56,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:57,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:57:58,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:58,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:59,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:57:59,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:57:59,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:01,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:01,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:01,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:01,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:02,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:03,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:03,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:04,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:04,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:04,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:06,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:06,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:06,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:06,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:06,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:08,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:08,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:08,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:08,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:09,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:10,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:10,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:11,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:11,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:11,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:13,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:13,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:13,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:13,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:13,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:15,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:15,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:15,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:15,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:16,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:18,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:18,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:18,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:18,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:18,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:20,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:20,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:20,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:20,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:21,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:22,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:22,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:23,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:23,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:23,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:25,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:25,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:25,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:25,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:26,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:27,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:27,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:28,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:28,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:28,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:30,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:30,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:30,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:30,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:31,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:32,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:32,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:32,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:32,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:33,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:35,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:35,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:35,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:35,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:35,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:37,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:37,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:37,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:37,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:38,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:39,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:39,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:40,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:40,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:40,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:42,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:42,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:42,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:42,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:42,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:44,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:44,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:44,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:44,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:45,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:46,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:46,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:47,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:47,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:47,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:49,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:49,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:49,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:49,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:50,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:51,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:51,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:52,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:52,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:52,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:54,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:54,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:54,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:54,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:54,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:56,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:56,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:56,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:56,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:57,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:58:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:59,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:58:59,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:58:59,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:01,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:01,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:01,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:01,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:02,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:03,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:03,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:04,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:04,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:04,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:06,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:06,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:06,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:06,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:07,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:08,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:08,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:09,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:09,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:09,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:11,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:11,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:11,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:11,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:11,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:13,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:13,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:13,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:13,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:14,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:15,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:15,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:16,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:16,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:16,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:18,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:18,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:18,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:18,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:19,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:20,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:20,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:20,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:20,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:21,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:23,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:23,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:23,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:23,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:23,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:25,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:25,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:25,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:25,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:26,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:27,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:27,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:27,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:27,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:28,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:30,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:30,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:30,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:30,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:30,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:32,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:32,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:32,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:32,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:33,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:34,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:34,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:35,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:35,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:35,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:37,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:37,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:37,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:37,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:37,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:39,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:39,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:39,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:39,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:40,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:42,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:42,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:42,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:42,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:42,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:44,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:44,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:44,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:44,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:45,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:47,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:47,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:47,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:47,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:48,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:49,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:49,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:50,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:50,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:50,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:52,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:52,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:52,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:52,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:52,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:54,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:54,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:54,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:54,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:55,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:57,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:57,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:57,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:57,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 17:59:57,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 17:59:59,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:59,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:59,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 17:59:59,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:00,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:01,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:01,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:02,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:02,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:02,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:04,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:04,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:04,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:04,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:04,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:06,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:06,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:06,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:06,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:07,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:08,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:08,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:08,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:08,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:09,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:11,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:11,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:11,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:11,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:11,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:13,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:13,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:13,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:13,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:14,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:15,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:15,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:16,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:16,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:16,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:18,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:18,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:18,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:18,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:18,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:20,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:20,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:20,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:20,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:21,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:23,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:23,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:23,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:23,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:23,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:25,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:25,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:25,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:25,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:26,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:27,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:27,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:28,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:28,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:28,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:30,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:30,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:30,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:30,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:30,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:32,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:32,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:32,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:32,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:33,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:35,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:35,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:35,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:35,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:35,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:37,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:37,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:37,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:37,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:38,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:39,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:39,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:40,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:40,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:40,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:42,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:42,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:42,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:42,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:42,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:44,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:44,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:44,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:44,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:45,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:46,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:46,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:47,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:47,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:47,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:49,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:49,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:49,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:49,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:49,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:51,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:51,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:51,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:51,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:52,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:53,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:53,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:54,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:54,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:54,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:56,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:56,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:56,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:56,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:57,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:00:58,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:58,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:59,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:00:59,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:00:59,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:01,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:01,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:01,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:01,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:01,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:03,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:03,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:03,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:03,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:04,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:05,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:05,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:06,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:06,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:06,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:08,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:08,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:08,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:08,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:08,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:10,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:10,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:11,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:11,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:11,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:13,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:13,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:13,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:13,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:14,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:15,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:15,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:16,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:16,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:16,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:18,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:18,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:18,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:18,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:19,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:20,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:20,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:20,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:20,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:21,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:22,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:22,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:23,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:23,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:23,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:25,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:25,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:25,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:25,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:26,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:27,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:27,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:27,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:27,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:28,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:30,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:30,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:30,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:30,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:30,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:32,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:32,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:32,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:32,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:33,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:34,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:34,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:35,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:35,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:35,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:37,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:37,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:37,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:37,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:38,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:39,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:39,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:40,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:40,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:40,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:42,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:42,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:42,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:42,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:42,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:44,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:44,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:44,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:44,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:45,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:47,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:47,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:47,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:47,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:47,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:49,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:49,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:49,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:49,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:50,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:51,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:51,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:52,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:52,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:53,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:54,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:54,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:55,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:55,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:55,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:57,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:57,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:57,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:57,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:01:57,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:01:59,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:59,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:59,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:01:59,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:00,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:01,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:01,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:02,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:02,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:02,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:04,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:04,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:04,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:04,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:04,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:06,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:06,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:06,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:06,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:07,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:08,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:08,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:09,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:09,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:09,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:11,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:11,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:11,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:11,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:11,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:13,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:13,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:13,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:13,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:14,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:16,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:16,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:16,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:16,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:16,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:18,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:18,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:18,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:18,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:19,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:20,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:20,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:21,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:21,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:21,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:23,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:23,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:23,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:23,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:23,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:25,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:25,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:25,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:25,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:26,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:28,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:28,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:28,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:28,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:28,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:30,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:30,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:30,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:30,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:31,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:33,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:33,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:33,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:33,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:34,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:36,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:36,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:36,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:36,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:37,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:38,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:38,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:39,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:39,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:39,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:41,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:41,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:41,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:41,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:41,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:43,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:43,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:43,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:43,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:44,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:45,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:45,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:46,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:46,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:46,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:48,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:48,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:48,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:48,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:49,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:50,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:50,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:51,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:51,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:51,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:53,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:53,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:53,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:53,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:53,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:55,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:55,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:55,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:55,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:56,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:02:57,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:57,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:58,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:02:58,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:02:58,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:00,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:00,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:00,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:00,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:00,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:02,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:02,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:02,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:02,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:03,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:05,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:05,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:05,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:05,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:05,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:07,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:07,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:07,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:07,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:08,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:09,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:09,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:10,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:10,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:10,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:12,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:12,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:12,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:12,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:12,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:14,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:14,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:14,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:14,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:15,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:17,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:17,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:17,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:17,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:17,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:19,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:19,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:19,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:19,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:20,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:21,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:21,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:22,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:22,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:22,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:24,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:24,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:24,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:24,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:24,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:26,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:26,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:27,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:27,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:27,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:29,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:29,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:29,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:29,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:29,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:31,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:31,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:31,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:31,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:32,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:33,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:33,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:33,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:33,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:34,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:36,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:36,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:36,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:36,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:36,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:38,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:38,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:38,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:38,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:39,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:41,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:41,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:41,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:41,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:41,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:43,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:43,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:43,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:43,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:44,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:45,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:45,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:46,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:46,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:46,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:48,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:48,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:48,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:48,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:48,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:50,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:50,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:50,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:50,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:51,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:52,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:52,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:53,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:53,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:53,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:55,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:55,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:55,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:55,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:56,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:03:58,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:58,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:58,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:03:58,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:03:58,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:00,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:00,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:01,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:01,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:01,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:03,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:03,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:03,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:03,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:04,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:05,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:05,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:06,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:06,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:06,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:08,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:08,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:08,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:08,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:08,876 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:10,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:10,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:10,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:10,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:11,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:13,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:13,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:13,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:13,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:13,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:15,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:15,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:15,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:15,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:16,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:17,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:17,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:18,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:18,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:18,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:20,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:20,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:20,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:20,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:20,976 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:22,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:22,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:22,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:22,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:23,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:25,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:25,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:25,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:25,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:25,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:27,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:27,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:27,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:27,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:28,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:29,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:29,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:30,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:30,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:30,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:32,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:32,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:32,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:32,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:32,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:34,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:34,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:34,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:34,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:35,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:36,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:36,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:37,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:37,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:38,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:39,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:39,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:39,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:39,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:40,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:41,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:41,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:42,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:42,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:42,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:44,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:44,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:44,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:44,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:45,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:46,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:46,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:47,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:47,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:47,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:49,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:49,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:49,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:49,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:49,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:51,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:51,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:51,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:51,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:52,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:53,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:53,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:54,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:54,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:54,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:56,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:56,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:56,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:56,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:57,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:04:58,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:58,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:58,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:04:58,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:04:59,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:01,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:01,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:01,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:01,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:01,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:03,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:03,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:03,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:03,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:03,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:05,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:05,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:05,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:05,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:06,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:07,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:07,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:08,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:08,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:08,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:10,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:10,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:10,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:10,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:11,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:12,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:12,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:13,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:13,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:13,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:15,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:15,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:15,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:15,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:16,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:18,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:18,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:18,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:18,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:18,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:20,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:20,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:20,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:20,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:21,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:23,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:23,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:23,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:23,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:23,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:25,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:25,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:25,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:25,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:26,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:27,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:27,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:27,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:27,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:28,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:30,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:30,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:30,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:30,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:30,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:32,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:32,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:32,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:32,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:33,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:34,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:34,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:34,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:34,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:35,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:36,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:36,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:37,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:37,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:37,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:39,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:39,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:40,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:41,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:41,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:41,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:41,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:42,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:44,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:44,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:44,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:44,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:44,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:46,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:46,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:46,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:46,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:46,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:48,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:48,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:48,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:48,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:49,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:50,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:50,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:51,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:51,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:51,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:53,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:53,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:53,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:53,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:53,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:55,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:55,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:55,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:55,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:56,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:05:58,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:58,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:58,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:05:58,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:05:59,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:00,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:00,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:01,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:01,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:01,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:03,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:03,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:03,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:03,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:03,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:05,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:05,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:05,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:05,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:06,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:08,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:08,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:08,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:08,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:08,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:10,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:10,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:10,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:10,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:11,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:12,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:12,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:13,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:13,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:13,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:15,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:15,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:15,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:15,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:15,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:17,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:17,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:17,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:17,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:18,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:19,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:19,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:20,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:20,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:20,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:22,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:22,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:22,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:22,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:22,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:24,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:24,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:24,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:24,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:25,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:26,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:26,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:27,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:27,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:27,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:29,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:29,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:29,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:29,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:29,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:31,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:31,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:31,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:31,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:32,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:34,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:34,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:34,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:34,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:34,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:36,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:36,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:36,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:36,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:37,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:38,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:38,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:39,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:39,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:39,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:41,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:41,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:41,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:41,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:42,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:43,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:43,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:44,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:44,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:44,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:46,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:46,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:46,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:46,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:46,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:48,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:48,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:48,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:48,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:49,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:50,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:50,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:51,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:51,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:51,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:53,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:53,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:53,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:53,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:54,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:55,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:55,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:55,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:55,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:56,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:06:58,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:58,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:58,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:06:58,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:06:58,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:00,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:00,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:00,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:00,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:01,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:03,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:03,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:03,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:03,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:03,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:05,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:05,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:05,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:05,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:06,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:07,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:07,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:07,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:07,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:08,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:09,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:09,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:10,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:10,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:10,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:12,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:12,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:12,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:12,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:12,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:14,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:14,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:14,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:14,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:15,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:16,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:16,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:17,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:17,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:17,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:19,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:19,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:19,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:19,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:20,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:21,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:21,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:22,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:22,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:22,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:24,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:24,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:24,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:24,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:25,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:27,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:27,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:27,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:27,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:28,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:29,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:29,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:30,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:30,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:30,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:32,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:32,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:32,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:32,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:32,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:34,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:34,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:34,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:34,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:35,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:36,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:36,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:37,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:37,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:37,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:39,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:39,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:39,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:39,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:40,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:41,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:41,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:42,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:42,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:42,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:44,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:44,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:44,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:44,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:44,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:46,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:46,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:46,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:46,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:47,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:48,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:48,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:49,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:49,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:49,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:51,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:51,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:51,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:51,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:52,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:53,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:53,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:54,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:54,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:54,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:56,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:56,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:56,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:56,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:56,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:07:58,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:58,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:58,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:07:58,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:07:59,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:01,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:01,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:01,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:01,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:01,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:03,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:03,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:03,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:03,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:04,115 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:05,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:05,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:06,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:06,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:06,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:08,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:08,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:08,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:08,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:09,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:11,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:11,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:11,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:11,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:11,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:13,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:13,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:13,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:13,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:14,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:16,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:16,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:16,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:16,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:16,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:18,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:18,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:18,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:18,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:19,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:20,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:20,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:21,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:21,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:21,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:23,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:23,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:23,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:23,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:23,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:25,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:25,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:25,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:25,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:26,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:27,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:27,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:28,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:28,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:28,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:30,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:30,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:30,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:30,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:30,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:32,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:32,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:32,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:32,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:33,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:34,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:34,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:34,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:34,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:35,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:37,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:37,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:37,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:37,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:37,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:39,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:39,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:39,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:39,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:40,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:41,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:41,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:42,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:42,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:42,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:44,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:44,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:44,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:44,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:45,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:46,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:46,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:47,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:47,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:47,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:49,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:49,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:49,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:49,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:50,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:52,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:52,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:52,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:52,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:52,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:54,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:54,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:54,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:54,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:55,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:57,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:57,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:57,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:57,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:57,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:08:59,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:59,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:59,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:08:59,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:08:59,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:01,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:01,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:02,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:02,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:02,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:04,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:04,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:04,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:04,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:04,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:06,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:06,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:06,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:06,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:07,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:08,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:08,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:09,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:09,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:09,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:11,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:11,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:11,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:11,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:11,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:13,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:13,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:13,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:13,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:14,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:15,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:15,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:16,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:16,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:16,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:18,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:18,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:18,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:18,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:18,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:20,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:20,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:20,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:20,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:21,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:22,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:22,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:22,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:22,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:23,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:24,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:24,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:25,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:25,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:25,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:27,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:27,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:27,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:27,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:27,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:29,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:29,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:29,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:29,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:30,790 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:32,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:32,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:32,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:32,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:33,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:34,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:34,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:35,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:35,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:35,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:37,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:37,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:37,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:37,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:37,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:39,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:39,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:39,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:39,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:40,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:41,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:41,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:42,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:42,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:42,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:44,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:44,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:44,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:44,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:44,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:46,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:46,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:46,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:46,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:47,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:48,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:48,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:49,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:49,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:49,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:51,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:51,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:51,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:51,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:51,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:53,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:53,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:53,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:53,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:54,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:56,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:56,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:56,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:56,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:56,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:09:58,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:58,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:58,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:09:58,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:09:59,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:00,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:00,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:01,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:01,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:01,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:03,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:03,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:03,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:03,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:03,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:05,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:05,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:05,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:05,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:06,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:07,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:07,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:08,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:08,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:09,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:10,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:10,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:11,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:11,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:11,508 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:13,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:13,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:13,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:13,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:13,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:15,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:15,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:15,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:15,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:16,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:17,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:17,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:18,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:18,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:18,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:20,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:20,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:20,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:20,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:21,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:22,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:22,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:22,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:22,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:23,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:25,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:25,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:25,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:25,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:25,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:27,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:27,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:27,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:27,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:28,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:29,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:29,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:30,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:30,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:30,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:32,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:32,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:32,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:32,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:33,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:34,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:34,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:34,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:34,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:35,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:37,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:37,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:37,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:37,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:37,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:39,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:39,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:39,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:39,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:40,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:41,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:41,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:42,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:42,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:42,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:44,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:44,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:44,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:44,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:44,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:46,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:46,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:46,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:46,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:47,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:48,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:48,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:49,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:49,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:50,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:51,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:51,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:52,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:52,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:52,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:54,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:54,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:54,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:54,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:54,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:56,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:56,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:56,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:56,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:57,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:10:59,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:59,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:59,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:10:59,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:10:59,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:01,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:01,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:01,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:01,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:02,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:03,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:03,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:04,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:04,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:04,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:06,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:06,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:06,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:06,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:07,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:08,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:08,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:08,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:08,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:09,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:10,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:10,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:11,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:11,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:11,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:13,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:13,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:13,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:13,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:13,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:15,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:15,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:15,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:15,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:16,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:18,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:18,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:18,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:18,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:18,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:20,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:20,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:20,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:20,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:21,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:22,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:22,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:23,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:23,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:23,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:25,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:25,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:25,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:25,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:25,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:27,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:27,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:27,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:27,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:28,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:29,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:29,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:30,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:30,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:31,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:32,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:32,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:33,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:33,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:33,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:35,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:35,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:35,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:35,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:35,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:37,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:37,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:37,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:37,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:38,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:39,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:39,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:40,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:40,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:40,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:42,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:42,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:42,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:42,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:42,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:44,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:44,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:44,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:44,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:45,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:46,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:46,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:47,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:47,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:47,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:49,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:49,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:49,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:49,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:49,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:51,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:51,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:51,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:51,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:52,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:54,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:54,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:54,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:54,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:54,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:56,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:56,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:56,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:56,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:57,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:11:58,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:58,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:59,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:11:59,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:11:59,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:01,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:01,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:01,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:01,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:01,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:03,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:03,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:04,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:04,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:04,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:06,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:06,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:06,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:06,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:06,702 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:08,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:08,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:08,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:08,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:09,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:10,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:10,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:10,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:10,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:11,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:13,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:13,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:13,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:13,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:14,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:15,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:15,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:16,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:16,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:16,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:18,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:18,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:18,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:18,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:18,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:20,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:20,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:20,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:20,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:21,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:22,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:22,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:23,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:23,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:23,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:25,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:25,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:25,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:25,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:25,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:27,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:27,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:27,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:27,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:28,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:29,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:29,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:30,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:30,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:30,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:32,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:32,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:32,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:32,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:32,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:34,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:34,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:34,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:34,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:35,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:36,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:36,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:37,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:37,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:37,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:39,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:39,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:39,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:39,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:40,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:41,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:41,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:41,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:41,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:42,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:43,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:43,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:44,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:44,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:44,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:46,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:46,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:46,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:46,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:46,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:48,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:48,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:48,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:48,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:49,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:51,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:51,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:51,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:51,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:51,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:53,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:53,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:53,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:53,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:54,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:56,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:56,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:56,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:56,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:57,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:12:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:59,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:12:59,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:12:59,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:01,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:01,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:01,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:01,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:02,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:03,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:03,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:03,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:03,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:04,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:06,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:06,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:06,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:06,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:06,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:08,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:08,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:08,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:08,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:09,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:10,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:10,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:11,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:11,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:11,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:13,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:13,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:13,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:13,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:13,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:15,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:15,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:15,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:15,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:16,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:17,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:17,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:18,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:18,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:18,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:20,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:20,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:20,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:20,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:21,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:22,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:22,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:23,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:23,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:23,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:25,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:25,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:25,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:25,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:26,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:27,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:27,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:27,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:27,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:28,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:29,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:29,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:30,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:30,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:30,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:32,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:32,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:32,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:32,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:33,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:34,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:34,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:35,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:35,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:35,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:37,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:37,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:37,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:37,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:38,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:40,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:40,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:40,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:40,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:40,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:42,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:42,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:42,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:42,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:43,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:44,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:44,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:44,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:44,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:45,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:46,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:46,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:47,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:47,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:47,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:49,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:49,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:49,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:49,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:49,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:51,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:51,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:51,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:51,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:52,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:53,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:53,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:54,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:54,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:54,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:56,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:56,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:56,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:56,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:56,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:13:58,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:58,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:58,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:13:58,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:13:59,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:00,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:00,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:01,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:01,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:01,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:03,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:03,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:03,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:03,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:03,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:05,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:05,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:05,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:05,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:06,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:08,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:08,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:08,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:08,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:08,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:10,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:10,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:10,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:10,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:11,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:12,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:12,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:13,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:13,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:13,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:15,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:15,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:15,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:15,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:16,113 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:17,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:17,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:18,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:18,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:19,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:20,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:20,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:21,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:21,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:21,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:23,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:23,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:23,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:23,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:23,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:25,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:25,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:26,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:28,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:28,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:28,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:28,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:28,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:30,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:30,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:30,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:30,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:31,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:32,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:32,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:33,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:33,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:33,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:35,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:35,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:35,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:35,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:35,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:37,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:37,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:37,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:37,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:37,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:39,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:39,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:39,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:39,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:40,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:41,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:41,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:42,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:42,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:42,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:44,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:44,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:44,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:44,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:44,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:46,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:46,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:47,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:47,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:47,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:49,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:49,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:49,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:49,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:49,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:51,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:51,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:51,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:51,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:52,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:53,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:53,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:53,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:53,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:54,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:56,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:56,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:56,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:56,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:56,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:14:58,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:58,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:58,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:14:58,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:14:58,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:00,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:00,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:01,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:01,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:01,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:03,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:03,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:03,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:03,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:04,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:06,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:06,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:06,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:06,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:06,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:08,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:08,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:08,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:08,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:09,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:10,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:10,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:11,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:11,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:11,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:13,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:13,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:13,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:13,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:13,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:15,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:15,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:15,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:15,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:16,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:17,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:17,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:18,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:18,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:18,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:20,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:20,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:20,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:20,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:21,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:22,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:22,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:22,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:22,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:23,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:24,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:24,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:25,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:25,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:25,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:27,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:27,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:27,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:27,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:28,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:29,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:29,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:29,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:29,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:30,397 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:31,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:31,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:32,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:32,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:32,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:34,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:34,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:34,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:34,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:35,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:36,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:36,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:36,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:36,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:37,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:39,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:39,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:39,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:39,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:39,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:41,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:41,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:41,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:41,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:41,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:43,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:43,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:43,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:43,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:44,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:46,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:46,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:46,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:46,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:47,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:48,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:48,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:49,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:49,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:49,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:51,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:51,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:51,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:51,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:51,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:53,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:53,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:53,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:53,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:54,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:55,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:55,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:56,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:56,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:56,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:15:58,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:58,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:58,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:15:58,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:15:58,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:00,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:00,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:00,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:00,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:01,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:03,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:03,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:03,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:03,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:03,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:05,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:05,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:05,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:05,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:06,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:07,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:07,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:08,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:08,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:08,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:10,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:10,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:10,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:10,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:10,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:12,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:12,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:12,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:12,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:13,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:15,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:15,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:15,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:17,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:17,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:17,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:17,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:18,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:19,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:19,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:20,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:20,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:20,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:22,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:22,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:22,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:22,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:22,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:24,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:24,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:24,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:24,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:25,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:27,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:27,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:27,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:27,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:28,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:29,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:29,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:30,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:30,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:30,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:32,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:32,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:32,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:32,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:32,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:34,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:34,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:34,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:34,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:35,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:37,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:37,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:37,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:37,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:37,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:39,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:39,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:39,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:39,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:40,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:41,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:41,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:42,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:42,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:42,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:44,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:44,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:44,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:44,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:44,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:46,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:46,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:46,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:46,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:47,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:48,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:48,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:49,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:49,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:49,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:51,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:51,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:51,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:51,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:51,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:53,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:53,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:53,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:53,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:54,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:55,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:55,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:56,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:56,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:56,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:16:58,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:58,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:58,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:16:58,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:16:58,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:00,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:00,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:00,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:00,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:01,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:02,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:02,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:03,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:03,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:03,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:05,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:05,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:05,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:05,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:06,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:07,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:07,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:07,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:07,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:08,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:10,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:10,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:10,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:10,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:11,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:12,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:12,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:13,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:13,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:13,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:15,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:15,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:15,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:15,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:15,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:17,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:17,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:17,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:17,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:18,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:20,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:20,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:20,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:20,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:20,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:22,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:22,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:22,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:22,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:23,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:24,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:24,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:25,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:25,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:25,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:27,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:27,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:27,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:27,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:27,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:29,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:29,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:29,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:29,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:30,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:32,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:32,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:32,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:32,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:32,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:34,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:34,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:34,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:34,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:35,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:36,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:36,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:37,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:37,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:37,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:39,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:39,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:39,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:39,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:39,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:41,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:41,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:42,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:42,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:42,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:44,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:44,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:44,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:44,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:44,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:46,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:46,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:46,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:46,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:47,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:48,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:48,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:49,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:49,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:49,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:51,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:51,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:51,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:51,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:52,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:54,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:54,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:54,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:54,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:54,841 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:56,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:56,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:56,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:56,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:57,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:17:58,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:58,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:58,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:17:58,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:17:59,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:01,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:01,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:01,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:01,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:01,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:03,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:03,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:03,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:03,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:04,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:05,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:05,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:06,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:06,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:06,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:08,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:08,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:08,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:08,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:08,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:10,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:10,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:10,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:10,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:11,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:13,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:13,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:13,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:13,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:13,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:15,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:15,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:15,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:15,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:16,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:17,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:17,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:18,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:18,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:18,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:20,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:20,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:20,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:20,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:20,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:22,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:22,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:22,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:22,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:23,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:24,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:24,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:25,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:25,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:25,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:27,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:27,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:27,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:27,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:27,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:29,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:29,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:29,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:29,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:30,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:31,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:31,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:32,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:32,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:32,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:34,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:34,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:34,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:34,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:35,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:37,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:37,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:37,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:37,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:37,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:39,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:39,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:39,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:39,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:40,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:41,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:41,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:42,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:42,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:42,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:44,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:44,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:44,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:44,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:45,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:46,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:46,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:46,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:46,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:47,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:49,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:49,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:49,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:49,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:49,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:51,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:51,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:51,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:51,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:52,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:53,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:53,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:54,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:54,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:54,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:56,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:56,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:56,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:56,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:56,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:18:58,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:58,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:58,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:18:58,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:18:59,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:00,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:00,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:00,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:00,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:01,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:03,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:03,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:03,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:03,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:03,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:05,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:05,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:05,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:05,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:06,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:07,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:07,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:08,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:08,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:08,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:10,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:10,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:10,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:10,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:11,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:13,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:13,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:13,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:13,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:13,697 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:15,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:15,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:15,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:15,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:16,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:17,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:17,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:18,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:18,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:18,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:20,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:20,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:20,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:20,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:20,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:22,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:22,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:22,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:22,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:23,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:24,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:24,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:25,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:25,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:25,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:27,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:27,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:27,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:27,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:27,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:29,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:29,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:29,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:29,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:30,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:31,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:31,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:32,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:32,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:32,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:34,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:34,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:34,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:34,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:35,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:36,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:36,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:36,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:36,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:37,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:38,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:38,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:39,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:39,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:39,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:41,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:41,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:41,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:41,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:41,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:43,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:43,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:43,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:43,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:44,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:46,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:46,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:46,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:46,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:46,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:48,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:48,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:48,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:48,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:48,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:50,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:50,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:50,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:50,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:51,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:52,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:52,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:53,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:53,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:54,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:55,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:55,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:55,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:55,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:56,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:19:58,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:58,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:58,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:19:58,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:19:58,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:00,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:00,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:00,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:00,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:01,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:02,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:02,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:03,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:03,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:03,474 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:05,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:05,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:05,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:05,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:05,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:07,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:07,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:07,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:07,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:08,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:09,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:09,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:10,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:10,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:10,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:12,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:12,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:12,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:12,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:12,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:14,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:14,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:15,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:15,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:15,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:17,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:17,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:17,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:17,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:17,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:19,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:19,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:19,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:19,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:20,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:21,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:21,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:22,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:22,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:22,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:24,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:24,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:24,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:24,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:25,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:26,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:26,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:27,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:27,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:27,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:29,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:29,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:29,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:29,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:29,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:31,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:31,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:31,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:31,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:32,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:34,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:34,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:34,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:34,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:35,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:36,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:36,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:37,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:37,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:37,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:39,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:39,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:39,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:39,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:39,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:41,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:41,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:41,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:41,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:42,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:43,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:43,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:44,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:44,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:44,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:46,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:46,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:46,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:46,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:46,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:48,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:48,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:48,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:48,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:49,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:50,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:50,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:51,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:51,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:51,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:53,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:53,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:53,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:53,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:53,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:55,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:55,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:55,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:55,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:56,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:20:57,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:57,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:58,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:20:58,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:20:58,655 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:00,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:00,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:00,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:00,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:01,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:02,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:02,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:03,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:03,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:03,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:05,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:05,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:05,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:05,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:05,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:07,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:07,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:07,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:07,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:08,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:10,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:10,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:10,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:10,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:10,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:12,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:12,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:12,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:12,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:13,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:14,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:14,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:15,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:15,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:15,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:17,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:17,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:17,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:17,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:18,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:19,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:19,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:20,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:20,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:20,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:22,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:22,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:22,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:22,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:22,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:24,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:24,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:24,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:24,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:25,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:26,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:26,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:27,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:27,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:27,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:29,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:29,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:29,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:29,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:29,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:31,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:31,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:31,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:31,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:32,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:33,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:33,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:34,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:34,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:34,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:36,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:36,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:36,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:36,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:36,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:38,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:38,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:38,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:38,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:39,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:40,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:40,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:41,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:41,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:41,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:43,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:43,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:43,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:43,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:43,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:45,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:45,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:45,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:45,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:46,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:47,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:47,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:48,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:48,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:48,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:50,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:50,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:50,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:50,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:50,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:52,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:52,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:52,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:52,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:53,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:54,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:54,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:54,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:54,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:55,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:57,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:57,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:57,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:57,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:21:58,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:21:59,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:21:59,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:00,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:00,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:00,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:02,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:02,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:02,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:02,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:02,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:04,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:04,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:05,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:05,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:05,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:07,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:07,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:07,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:07,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:07,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:09,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:09,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:09,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:09,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:10,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:12,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:12,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:12,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:12,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:12,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:14,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:14,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:14,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:14,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:15,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:16,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:16,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:17,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:17,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:17,531 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:19,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:19,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:19,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:19,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:19,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:21,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:21,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:21,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:21,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:22,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:23,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:23,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:24,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:24,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:24,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:26,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:26,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:26,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:26,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:27,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:28,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:28,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:28,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:28,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:29,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:30,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:30,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:31,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:31,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:31,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:33,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:33,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:33,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:33,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:34,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:35,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:35,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:35,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:35,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:36,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:38,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:38,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:38,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:38,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:38,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:40,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:40,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:40,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:40,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:41,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:43,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:43,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:43,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:43,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:43,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:45,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:45,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:45,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:45,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:46,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:47,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:47,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:48,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:48,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:48,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:50,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:50,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:50,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:50,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:51,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:52,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:52,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:53,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:53,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:53,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:55,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:55,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:55,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:55,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:55,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:57,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:57,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:57,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:57,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:22:58,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:22:59,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:22:59,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:00,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:00,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:00,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:02,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:02,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:02,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:02,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:02,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:04,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:04,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:04,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:04,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:05,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:07,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:07,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:07,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:07,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:07,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:09,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:09,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:09,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:09,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:10,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:12,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:12,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:12,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:12,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:12,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:14,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:14,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:14,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:14,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:14,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:16,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:16,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:16,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:16,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:17,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:19,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:19,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:19,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:19,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:19,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:21,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:21,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:21,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:21,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:22,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:24,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:24,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:24,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:24,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:24,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:26,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:26,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:26,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:26,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:27,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:28,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:28,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:29,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:29,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:29,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:31,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:31,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:31,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:31,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:31,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:33,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:33,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:33,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:33,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:34,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:35,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:35,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:36,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:36,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:36,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:38,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:38,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:38,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:38,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:38,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:40,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:40,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:40,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:40,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:41,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:42,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:42,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:43,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:43,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:43,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:45,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:45,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:45,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:45,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:45,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:47,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:47,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:47,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:47,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:48,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:49,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:49,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:50,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:50,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:50,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:52,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:52,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:52,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:52,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:52,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:54,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:54,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:54,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:54,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:55,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:56,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:56,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:57,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:57,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:57,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:23:59,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:59,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:59,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:23:59,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:23:59,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:01,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:01,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:01,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:01,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:02,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:04,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:04,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:04,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:04,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:05,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:06,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:06,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:07,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:07,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:07,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:09,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:09,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:09,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:09,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:09,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:11,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:11,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:11,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:11,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:12,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:13,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:13,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:14,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:14,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:14,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:16,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:16,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:16,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:16,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:16,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:18,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:18,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:18,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:18,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:19,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:20,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:20,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:21,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:21,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:21,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:23,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:23,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:23,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:23,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:23,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:25,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:25,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:25,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:25,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:26,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:27,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:27,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:28,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:28,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:28,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:30,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:30,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:30,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:30,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:30,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:32,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:32,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:33,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:33,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:33,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:35,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:35,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:35,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:35,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:35,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:37,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:37,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:37,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:37,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:38,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:39,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:39,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:40,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:40,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:40,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:42,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:42,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:42,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:42,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:42,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:44,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:44,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:44,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:44,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:45,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:47,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:47,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:47,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:47,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:48,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:49,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:49,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:50,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:50,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:50,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:52,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:52,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:52,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:52,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:52,702 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:54,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:54,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:54,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:54,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:55,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:56,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:56,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:57,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:57,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:57,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:24:59,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:59,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:59,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:24:59,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:24:59,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:01,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:01,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:01,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:01,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:02,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:03,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:03,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:04,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:04,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:04,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:06,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:06,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:06,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:06,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:06,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:08,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:08,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:08,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:08,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:09,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:10,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:10,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:11,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:11,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:11,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:13,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:13,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:13,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:13,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:13,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:15,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:15,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:15,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:15,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:16,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:17,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:17,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:18,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:18,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:18,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:20,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:20,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:20,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:20,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:20,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:22,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:22,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:22,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:22,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:23,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:24,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:24,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:25,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:25,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:25,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:27,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:27,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:27,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:27,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:28,313 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:29,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:29,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:30,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:30,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:30,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:32,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:32,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:32,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:32,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:32,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:34,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:34,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:34,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:34,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:35,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:37,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:37,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:37,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:37,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:37,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:39,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:39,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:39,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:39,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:40,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:41,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:41,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:42,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:42,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:42,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:44,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:44,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:44,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:44,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:44,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:46,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:46,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:46,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:46,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:47,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:48,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:48,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:49,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:49,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:49,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:51,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:51,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:51,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:51,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:51,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:53,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:53,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:53,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:53,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:53,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:55,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:55,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:55,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:55,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:56,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:25:57,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:57,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:58,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:25:58,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:25:58,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:00,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:00,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:00,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:00,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:00,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:02,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:02,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:02,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:02,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:03,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:04,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:04,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:05,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:05,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:06,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:07,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:07,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:07,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:07,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:08,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:10,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:10,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:10,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:10,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:10,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:12,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:12,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:12,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:12,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:13,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:14,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:14,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:15,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:15,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:15,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:17,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:17,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:17,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:17,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:17,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:19,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:19,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:19,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:19,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:20,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:21,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:21,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:22,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:22,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:22,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:24,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:24,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:24,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:24,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:24,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:26,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:26,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:26,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:26,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:27,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:28,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:28,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:29,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:29,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:29,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:31,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:31,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:31,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:31,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:33,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:33,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:33,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:33,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:34,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:35,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:35,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:35,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:35,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:36,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:38,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:38,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:38,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:38,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:38,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:40,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:40,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:40,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:40,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:41,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:42,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:42,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:42,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:42,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:43,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:45,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:45,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:45,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:45,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:45,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:47,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:47,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:47,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:47,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:48,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:50,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:50,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:50,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:50,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:50,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:52,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:52,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:52,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:52,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:53,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:54,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:54,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:55,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:55,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:55,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:57,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:57,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:57,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:57,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:26:57,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:26:59,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:59,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:59,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:26:59,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:00,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:02,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:02,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:02,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:02,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:02,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:04,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:04,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:04,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:04,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:05,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:06,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:06,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:06,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:06,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:07,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:09,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:09,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:09,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:09,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:09,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:11,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:11,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:11,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:11,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:11,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:13,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:13,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:13,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:13,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:14,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:15,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:15,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:16,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:16,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:16,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:18,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:18,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:18,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:18,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:18,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:20,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:20,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:20,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:20,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:21,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:23,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:23,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:23,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:23,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:23,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:25,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:25,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:25,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:25,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:26,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:27,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:27,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:27,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:27,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:28,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:30,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:30,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:30,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:30,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:31,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:32,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:32,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:33,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:33,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:33,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:35,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:35,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:35,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:35,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:35,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:37,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:37,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:37,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:37,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:38,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:39,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:39,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:40,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:40,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:40,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:42,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:42,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:42,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:42,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:42,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:44,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:44,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:44,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:44,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:45,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:46,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:46,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:47,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:47,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:47,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:49,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:49,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:49,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:49,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:50,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:51,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:51,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:51,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:51,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:52,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:54,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:54,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:54,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:54,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:54,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:56,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:56,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:56,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:56,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:57,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:27:58,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:58,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:59,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:27:59,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:27:59,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:01,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:01,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:01,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:01,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:01,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:03,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:03,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:03,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:03,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:04,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:05,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:05,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:06,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:06,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:06,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:08,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:08,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:08,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:08,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:09,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:10,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:10,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:11,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:11,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:12,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:13,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:13,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:13,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:13,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:14,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:16,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:16,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:16,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:16,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:16,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:18,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:18,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:18,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:18,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:19,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:20,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:20,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:21,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:21,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:21,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:23,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:23,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:23,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:23,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:23,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:25,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:25,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:25,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:25,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:25,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:27,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:27,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:27,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:27,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:28,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:29,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:29,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:29,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:29,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:30,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:31,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:31,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:32,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:32,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:32,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:34,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:34,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:34,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:34,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:34,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:36,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:36,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:36,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:36,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:37,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:38,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:38,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:39,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:39,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:39,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:41,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:41,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:41,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:41,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:41,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:43,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:43,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:43,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:43,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:44,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:46,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:46,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:46,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:46,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:46,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:48,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:48,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:48,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:48,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:49,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:50,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:50,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:51,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:51,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:52,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:53,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:53,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:54,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:54,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:54,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:56,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:56,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:56,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:56,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:56,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:28:58,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:58,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:28:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:28:59,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:00,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:00,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:01,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:01,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:01,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:03,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:03,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:03,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:03,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:04,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:05,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:05,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:05,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:05,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:06,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:07,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:07,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:08,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:08,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:08,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:10,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:10,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:10,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:10,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:10,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:12,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:12,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:13,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:13,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:13,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:14,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:14,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:15,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:15,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:15,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:17,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:17,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:17,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:17,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:17,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:19,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:19,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:19,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:19,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:20,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:21,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:21,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:22,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:22,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:22,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:24,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:24,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:24,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:24,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:24,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:26,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:26,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:27,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:27,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:27,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:29,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:29,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:29,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:29,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:30,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:31,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:31,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:31,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:31,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:32,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:34,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:34,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:34,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:34,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:35,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:36,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:36,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:37,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:37,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:37,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:39,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:39,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:39,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:39,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:39,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:41,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:41,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:42,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:42,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:42,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:44,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:44,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:44,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:44,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:44,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:46,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:46,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:46,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:46,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:47,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:48,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:48,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:49,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:49,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:49,655 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:51,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:51,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:51,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:51,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:52,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:53,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:53,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:54,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:54,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:54,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:56,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:56,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:56,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:56,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:56,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:29:58,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:58,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:58,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:29:58,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:29:59,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:00,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:00,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:00,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:00,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:01,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:03,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:03,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:03,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:03,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:03,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:05,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:05,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:05,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:05,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:06,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:07,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:07,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:08,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:08,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:08,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:10,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:10,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:10,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:10,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:10,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:12,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:12,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:12,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:12,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:13,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:15,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:15,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:15,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:15,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:15,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:17,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:17,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:17,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:17,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:18,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:19,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:19,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:20,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:20,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:20,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:22,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:22,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:22,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:22,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:23,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:24,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:24,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:24,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:24,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:25,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:27,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:27,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:27,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:27,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:27,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:29,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:29,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:29,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:29,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:30,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:31,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:31,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:32,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:32,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:32,472 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:34,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:34,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:34,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:34,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:34,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:36,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:36,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:36,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:36,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:37,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:38,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:38,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:39,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:39,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:39,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:41,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:41,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:41,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:41,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:41,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:43,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:43,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:44,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:44,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:44,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:46,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:46,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:46,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:46,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:46,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:48,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:48,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:48,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:48,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:49,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:50,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:50,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:51,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:51,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:51,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:53,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:53,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:53,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:53,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:54,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:56,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:56,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:56,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:56,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:56,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:30:58,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:58,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:58,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:30:58,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:30:59,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:00,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:00,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:00,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:00,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:01,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:03,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:03,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:03,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:03,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:03,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:05,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:05,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:06,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:07,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:07,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:08,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:08,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:08,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:10,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:10,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:10,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:10,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:11,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:12,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:12,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:12,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:12,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:13,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:14,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:14,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:15,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:15,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:15,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:17,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:17,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:17,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:17,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:17,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:19,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:19,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:19,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:19,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:20,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:21,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:21,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:22,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:22,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:22,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:24,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:24,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:24,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:24,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:24,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:26,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:26,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:26,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:26,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:27,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:28,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:28,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:29,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:29,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:29,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:31,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:31,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:31,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:31,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:31,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:33,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:33,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:33,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:33,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:35,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:36,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:36,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:36,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:36,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:37,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:39,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:39,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:39,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:39,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:39,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:41,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:41,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:41,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:41,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:42,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:43,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:43,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:43,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:43,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:44,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:46,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:46,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:46,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:46,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:46,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:48,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:48,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:48,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:48,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:49,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:50,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:50,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:51,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:51,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:51,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:53,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:53,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:53,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:53,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:53,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:55,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:55,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:55,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:55,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:56,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:31:57,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:57,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:58,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:31:58,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:31:58,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:00,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:00,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:00,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:00,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:00,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:02,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:02,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:02,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:02,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:03,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:04,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:04,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:05,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:05,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:05,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:07,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:07,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:07,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:07,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:07,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:09,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:09,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:09,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:09,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:10,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:11,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:11,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:11,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:11,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:12,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:14,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:14,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:14,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:14,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:15,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:17,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:17,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:17,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:17,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:18,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:19,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:19,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:20,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:20,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:20,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:22,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:22,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:22,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:22,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:22,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:24,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:24,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:24,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:24,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:25,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:27,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:27,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:27,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:27,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:27,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:29,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:29,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:29,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:29,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:30,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:31,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:31,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:31,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:31,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:32,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:34,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:34,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:34,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:34,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:34,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:36,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:36,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:36,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:36,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:37,011 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:38,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:38,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:38,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:38,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:39,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:40,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:40,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:41,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:41,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:41,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:43,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:43,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:43,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:43,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:43,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:45,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:45,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:45,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:45,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:46,296 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:48,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:48,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:48,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:48,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:48,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:50,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:50,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:50,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:50,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:51,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:52,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:52,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:53,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:53,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:53,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:55,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:55,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:55,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:55,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:55,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:32:57,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:57,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:57,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:32:57,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:32:58,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:00,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:00,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:00,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:00,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:01,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:02,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:02,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:02,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:02,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:03,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:04,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:04,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:05,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:05,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:05,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:07,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:07,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:07,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:07,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:08,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:09,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:09,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:09,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:09,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:10,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:12,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:12,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:12,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:12,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:12,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:14,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:14,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:14,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:14,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:15,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:17,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:17,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:17,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:17,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:17,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:19,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:19,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:19,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:19,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:20,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:21,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:21,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:22,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:22,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:22,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:23,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:23,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:24,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:24,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:24,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:26,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:26,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:26,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:26,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:27,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:28,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:28,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:28,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:28,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:29,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:30,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:30,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:31,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:31,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:31,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:33,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:33,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:33,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:33,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:34,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:35,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:35,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:36,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:36,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:36,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:38,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:38,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:38,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:38,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:39,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:40,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:40,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:41,472 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:43,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:43,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:43,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:43,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:43,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:45,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:45,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:45,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:45,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:45,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:47,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:47,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:48,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:48,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:48,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:50,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:50,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:50,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:50,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:50,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:52,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:52,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:52,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:52,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:52,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:54,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:54,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:54,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:54,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:55,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:57,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:57,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:57,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:57,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:33:57,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:33:59,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:59,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:59,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:33:59,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:00,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:01,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:01,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:02,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:02,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:02,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:04,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:04,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:04,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:04,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:04,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:06,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:06,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:06,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:06,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:07,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:08,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:08,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:09,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:09,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:09,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:11,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:11,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:11,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:11,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:12,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:13,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:13,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:14,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:14,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:14,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:16,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:16,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:16,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:16,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:16,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:18,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:18,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:18,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:18,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:19,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:20,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:20,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:21,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:21,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:22,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:23,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:23,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:24,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:24,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:24,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:26,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:26,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:26,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:26,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:26,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:28,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:28,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:28,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:28,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:29,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:30,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:30,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:31,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:31,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:31,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:33,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:33,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:33,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:33,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:34,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:35,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:35,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:35,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:35,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:36,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:37,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:37,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:38,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:38,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:38,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:40,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:40,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:40,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:40,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:40,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:42,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:42,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:42,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:42,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:43,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:45,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:45,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:45,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:45,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:45,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:47,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:47,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:47,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:47,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:48,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:49,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:49,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:50,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:50,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:50,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:52,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:52,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:52,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:52,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:52,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:54,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:54,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:54,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:54,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:55,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:56,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:56,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:57,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:57,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:34:57,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:34:59,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:59,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:59,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:34:59,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:00,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:01,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:01,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:01,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:01,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:02,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:04,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:04,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:04,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:04,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:05,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:06,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:06,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:07,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:07,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:07,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:09,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:09,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:09,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:09,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:10,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:11,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:11,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:12,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:12,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:12,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:13,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:13,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:14,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:14,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:14,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:16,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:16,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:16,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:16,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:17,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:18,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:18,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:18,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:18,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:19,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:20,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:20,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:21,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:21,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:21,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:23,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:23,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:23,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:23,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:24,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:25,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:25,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:26,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:26,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:26,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:28,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:28,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:28,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:28,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:28,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:30,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:30,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:30,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:30,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:31,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:32,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:32,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:33,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:33,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:33,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:35,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:35,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:35,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:35,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:36,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:37,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:37,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:37,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:37,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:38,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:40,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:40,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:40,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:40,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:40,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:42,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:42,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:42,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:42,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:43,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:45,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:45,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:45,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:45,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:45,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:47,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:47,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:47,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:47,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:48,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:49,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:49,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:50,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:50,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:50,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:52,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:52,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:52,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:52,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:52,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:54,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:54,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:54,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:54,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:55,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:56,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:56,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:57,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:57,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:57,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:35:59,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:59,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:59,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:35:59,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:35:59,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:01,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:01,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:02,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:02,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:02,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:04,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:04,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:04,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:04,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:04,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:06,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:06,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:06,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:06,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:07,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:08,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:08,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:09,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:09,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:09,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:11,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:11,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:11,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:11,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:11,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:13,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:13,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:13,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:13,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:14,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:15,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:15,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:16,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:16,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:16,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:18,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:18,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:18,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:18,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:19,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:21,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:21,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:21,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:21,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:21,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:23,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:23,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:23,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:23,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:24,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:26,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:26,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:26,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:26,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:26,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:28,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:28,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:28,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:28,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:29,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:30,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:30,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:31,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:31,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:31,472 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:33,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:33,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:33,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:33,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:33,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:35,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:35,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:35,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:35,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:36,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:37,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:37,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:37,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:37,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:38,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:40,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:40,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:40,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:40,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:40,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:42,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:42,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:42,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:42,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:43,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:45,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:45,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:45,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:45,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:45,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:47,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:47,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:47,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:47,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:47,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:49,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:49,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:49,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:49,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:50,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:51,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:51,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:52,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:52,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:52,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:54,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:54,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:54,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:54,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:54,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:56,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:56,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:56,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:56,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:36:57,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:36:59,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:59,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:59,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:36:59,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:00,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:01,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:01,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:02,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:02,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:02,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:04,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:04,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:04,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:04,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:04,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:06,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:06,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:06,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:06,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:07,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:08,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:08,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:09,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:09,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:09,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:11,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:11,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:11,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:11,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:11,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:13,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:13,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:13,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:13,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:14,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:16,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:16,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:16,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:16,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:16,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:18,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:18,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:18,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:18,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:19,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:20,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:20,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:21,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:21,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:21,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:23,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:23,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:23,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:23,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:23,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:25,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:25,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:25,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:25,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:25,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:27,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:27,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:27,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:27,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:28,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:30,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:30,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:30,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:30,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:30,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:32,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:32,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:32,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:32,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:33,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:35,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:35,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:35,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:35,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:35,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:37,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:37,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:37,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:37,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:38,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:39,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:39,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:40,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:40,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:40,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:42,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:42,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:42,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:42,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:42,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:44,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:44,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:44,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:44,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:45,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:46,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:46,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:47,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:47,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:47,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:49,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:49,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:49,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:49,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:49,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:51,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:51,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:51,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:51,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:52,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:53,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:53,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:54,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:54,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:54,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:56,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:56,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:56,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:56,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:56,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:37:58,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:58,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:58,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:37:58,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:37:59,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:00,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:00,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:00,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:00,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:01,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:02,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:02,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:03,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:03,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:03,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:05,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:05,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:05,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:05,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:06,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:07,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:07,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:08,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:08,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:08,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:10,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:10,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:10,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:10,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:11,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:13,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:13,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:13,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:13,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:13,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:15,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:15,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:15,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:15,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:16,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:17,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:17,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:18,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:18,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:18,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:20,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:20,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:20,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:20,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:20,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:22,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:22,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:22,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:22,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:23,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:24,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:24,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:24,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:24,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:25,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:26,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:26,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:27,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:27,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:27,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:29,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:29,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:29,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:29,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:29,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:31,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:31,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:31,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:31,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:32,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:33,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:33,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:34,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:34,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:34,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:36,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:36,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:36,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:36,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:36,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:38,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:38,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:38,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:38,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:39,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:40,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:40,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:41,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:41,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:41,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:43,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:43,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:43,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:43,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:43,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:45,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:45,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:45,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:45,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:46,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:47,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:47,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:48,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:48,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:48,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:50,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:50,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:50,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:50,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:51,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:53,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:53,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:53,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:53,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:53,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:55,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:55,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:55,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:55,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:56,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:38:57,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:57,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:58,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:38:58,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:38:58,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:00,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:00,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:00,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:00,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:00,876 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:02,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:02,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:02,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:02,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:03,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:04,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:04,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:05,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:05,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:05,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:07,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:07,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:07,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:07,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:07,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:09,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:09,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:09,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:09,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:10,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:11,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:11,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:12,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:12,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:12,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:14,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:14,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:14,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:14,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:14,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:16,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:16,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:16,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:16,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:17,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:18,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:18,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:19,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:19,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:19,508 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:21,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:21,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:21,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:21,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:22,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:23,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:23,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:23,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:23,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:24,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:26,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:26,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:26,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:26,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:26,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:28,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:28,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:28,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:28,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:29,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:31,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:31,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:31,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:31,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:31,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:33,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:33,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:33,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:33,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:34,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:35,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:35,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:36,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:36,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:36,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:38,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:38,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:38,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:38,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:38,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:40,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:40,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:40,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:40,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:41,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:42,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:42,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:43,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:43,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:43,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:45,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:45,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:45,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:45,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:45,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:47,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:47,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:47,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:47,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:48,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:50,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:50,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:50,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:50,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:50,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:52,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:52,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:52,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:52,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:53,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:54,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:54,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:54,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:54,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:55,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:57,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:57,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:57,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:57,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:39:57,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:39:59,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:59,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:59,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:39:59,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:00,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:01,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:01,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:02,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:02,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:02,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:04,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:04,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:04,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:04,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:04,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:06,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:06,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:06,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:06,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:07,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:08,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:08,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:09,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:09,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:10,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:11,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:11,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:11,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:11,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:12,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:13,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:13,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:14,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:14,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:14,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:16,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:16,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:16,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:16,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:16,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:18,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:18,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:18,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:18,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:19,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:21,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:21,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:21,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:21,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:21,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:23,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:23,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:23,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:23,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:24,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:26,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:26,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:26,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:26,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:26,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:28,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:28,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:28,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:28,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:29,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:30,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:30,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:30,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:30,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:31,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:33,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:33,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:33,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:33,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:33,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:35,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:35,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:35,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:35,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:36,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:37,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:37,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:37,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:37,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:38,390 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:40,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:40,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:40,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:40,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:40,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:42,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:42,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:42,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:42,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:43,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:44,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:44,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:45,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:45,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:45,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:47,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:47,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:47,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:47,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:48,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:50,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:50,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:50,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:50,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:50,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:52,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:52,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:52,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:52,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:53,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:54,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:54,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:54,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:54,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:55,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:56,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:56,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:57,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:57,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:57,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:40:59,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:59,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:59,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:40:59,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:40:59,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:01,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:01,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:01,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:01,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:02,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:03,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:03,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:04,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:04,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:04,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:06,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:06,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:06,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:06,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:06,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:08,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:08,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:08,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:08,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:09,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:10,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:10,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:11,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:11,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:11,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:13,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:13,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:13,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:13,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:13,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:15,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:15,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:15,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:15,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:16,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:17,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:17,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:18,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:18,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:18,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:20,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:20,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:20,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:20,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:21,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:22,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:22,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:22,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:22,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:23,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:25,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:25,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:25,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:25,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:25,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:27,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:27,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:27,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:27,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:28,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:30,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:30,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:30,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:30,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:31,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:33,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:33,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:33,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:33,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:33,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:35,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:35,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:35,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:35,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:36,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:37,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:37,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:37,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:37,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:38,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:40,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:40,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:40,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:40,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:40,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:42,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:42,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:42,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:42,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:43,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:44,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:44,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:44,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:44,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:45,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:47,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:47,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:47,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:47,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:47,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:49,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:49,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:49,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:49,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:50,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:52,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:52,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:54,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:54,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:54,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:54,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:54,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:56,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:56,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:56,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:56,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:57,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:41:59,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:59,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:59,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:41:59,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:41:59,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:01,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:01,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:01,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:01,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:02,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:03,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:03,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:03,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:03,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:04,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:06,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:06,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:06,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:06,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:07,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:08,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:08,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:09,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:09,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:09,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:11,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:11,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:11,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:11,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:11,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:13,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:13,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:13,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:13,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:14,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:15,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:15,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:16,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:16,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:16,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:18,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:18,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:18,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:18,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:19,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:20,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:20,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:21,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:21,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:21,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:23,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:23,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:23,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:23,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:23,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:25,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:25,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:26,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:26,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:26,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:28,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:28,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:28,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:28,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:28,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:30,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:30,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:30,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:30,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:31,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:32,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:32,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:33,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:33,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:33,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:35,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:35,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:35,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:35,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:35,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:37,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:37,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:37,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:37,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:38,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:39,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:39,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:39,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:39,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:40,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:42,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:42,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:42,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:42,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:43,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:44,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:44,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:45,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:45,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:45,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:47,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:47,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:47,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:47,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:47,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:49,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:49,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:49,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:49,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:50,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:51,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:51,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:51,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:51,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:52,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:54,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:54,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:54,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:54,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:54,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:56,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:56,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:56,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:56,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:57,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:42:58,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:58,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:59,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:42:59,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:42:59,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:01,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:01,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:01,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:01,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:01,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:03,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:03,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:03,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:03,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:04,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:06,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:06,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:06,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:06,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:06,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:08,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:08,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:08,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:08,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:09,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:10,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:10,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:11,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:11,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:11,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:13,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:13,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:13,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:13,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:13,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:15,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:15,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:15,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:15,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:16,235 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:17,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:17,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:18,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:18,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:18,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:20,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:20,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:20,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:20,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:21,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:23,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:23,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:23,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:23,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:23,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:25,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:25,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:25,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:25,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:26,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:27,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:27,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:28,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:28,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:28,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:30,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:30,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:30,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:30,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:30,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:32,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:32,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:32,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:32,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:33,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:34,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:34,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:35,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:35,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:35,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:37,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:37,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:37,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:37,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:37,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:39,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:39,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:39,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:39,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:40,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:42,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:42,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:42,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:42,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:42,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:44,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:44,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:44,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:44,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:45,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:46,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:46,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:47,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:47,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:47,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:49,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:49,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:49,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:49,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:49,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:51,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:51,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:51,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:51,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:52,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:53,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:53,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:54,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:54,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:54,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:56,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:56,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:56,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:56,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:56,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:43:58,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:58,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:59,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:43:59,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:43:59,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:01,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:01,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:01,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:01,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:02,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:04,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:04,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:04,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:04,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:04,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:06,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:06,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:06,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:06,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:07,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:08,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:08,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:08,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:08,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:09,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:10,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:10,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:11,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:11,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:11,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:13,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:13,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:13,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:13,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:13,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:15,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:15,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:15,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:15,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:16,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:17,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:17,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:18,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:18,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:18,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:20,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:20,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:20,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:20,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:21,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:22,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:22,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:22,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:22,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:23,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:24,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:24,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:25,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:25,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:25,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:27,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:27,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:27,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:27,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:27,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:29,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:29,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:29,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:29,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:30,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:31,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:31,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:32,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:32,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:32,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:34,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:34,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:34,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:34,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:34,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:36,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:36,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:36,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:36,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:37,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:39,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:39,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:39,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:39,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:40,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:41,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:41,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:41,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:41,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:42,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:44,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:44,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:44,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:44,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:44,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:46,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:46,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:46,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:46,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:47,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:48,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:48,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:49,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:49,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:49,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:51,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:51,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:51,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:51,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:51,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:53,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:53,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:53,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:53,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:54,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:55,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:55,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:56,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:56,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:56,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:44:58,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:58,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:58,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:44:58,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:44:58,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:00,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:00,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:00,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:00,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:01,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:02,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:02,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:03,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:03,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:03,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:05,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:05,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:05,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:05,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:05,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:07,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:07,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:07,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:07,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:08,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:10,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:10,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:10,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:10,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:10,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:12,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:12,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:12,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:12,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:13,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:15,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:15,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:15,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:15,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:15,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:17,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:17,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:17,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:17,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:18,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:19,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:19,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:20,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:20,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:20,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:22,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:22,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:22,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:22,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:22,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:24,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:24,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:25,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:25,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:25,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:27,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:27,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:27,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:27,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:27,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:29,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:29,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:29,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:29,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:30,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:31,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:31,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:32,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:32,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:32,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:34,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:34,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:34,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:34,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:34,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:36,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:36,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:37,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:37,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:37,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:39,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:39,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:39,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:39,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:39,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:41,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:41,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:41,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:41,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:42,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:43,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:43,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:44,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:44,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:44,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:46,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:46,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:46,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:46,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:46,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:48,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:48,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:48,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:48,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:49,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:50,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:50,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:51,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:51,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:52,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:53,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:53,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:54,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:54,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:54,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:56,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:56,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:56,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:56,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:56,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:45:58,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:58,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:58,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:45:58,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:45:59,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:00,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:00,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:01,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:01,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:01,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:03,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:03,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:03,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:03,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:03,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:05,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:05,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:05,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:05,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:06,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:07,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:07,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:08,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:08,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:08,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:10,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:10,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:10,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:10,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:10,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:12,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:12,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:12,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:12,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:13,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:15,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:15,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:15,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:15,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:15,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:17,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:17,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:17,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:17,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:18,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:19,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:19,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:20,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:20,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:20,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:22,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:22,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:22,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:22,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:22,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:24,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:24,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:24,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:24,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:25,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:26,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:26,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:27,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:27,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:27,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:29,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:29,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:29,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:29,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:29,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:31,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:31,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:31,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:31,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:32,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:34,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:34,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:34,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:34,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:35,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:36,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:36,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:36,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:36,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:37,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:38,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:38,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:39,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:39,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:39,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:41,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:41,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:41,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:41,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:42,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:43,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:43,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:44,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:44,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:44,609 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:46,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:46,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:46,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:46,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:46,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:48,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:48,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:49,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:49,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:49,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:51,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:51,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:51,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:51,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:51,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:53,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:53,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:53,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:53,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:53,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:55,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:55,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:55,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:55,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:56,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:46:57,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:57,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:58,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:46:58,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:46:58,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:00,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:00,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:00,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:00,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:00,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:02,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:02,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:02,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:02,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:03,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:04,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:04,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:05,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:05,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:05,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:07,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:07,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:07,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:07,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:07,841 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:09,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:09,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:09,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:09,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:10,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:11,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:11,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:12,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:12,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:12,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:14,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:14,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:14,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:14,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:15,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:16,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:16,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:17,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:17,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:17,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:19,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:19,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:19,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:19,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:20,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:21,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:21,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:21,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:21,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:22,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:23,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:23,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:24,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:24,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:24,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:26,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:26,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:26,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:26,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:27,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:28,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:28,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:28,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:28,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:29,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:30,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:30,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:31,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:31,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:31,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:33,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:33,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:33,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:33,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:34,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:35,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:35,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:36,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:36,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:36,464 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:38,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:38,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:38,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:38,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:38,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:40,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:40,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:40,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:40,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:41,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:42,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:42,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:43,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:43,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:43,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:45,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:45,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:45,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:45,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:45,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:47,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:47,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:47,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:47,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:48,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:49,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:49,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:50,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:50,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:50,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:52,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:52,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:52,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:52,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:52,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:54,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:54,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:54,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:54,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:55,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:57,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:57,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:57,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:57,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:47:58,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:47:59,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:47:59,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:00,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:00,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:00,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:02,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:02,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:02,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:02,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:02,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:04,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:04,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:04,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:04,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:05,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:06,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:06,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:07,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:07,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:07,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:09,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:09,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:09,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:09,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:09,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:11,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:11,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:11,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:11,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:12,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:13,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:13,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:14,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:14,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:14,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:16,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:16,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:16,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:16,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:16,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:18,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:18,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:18,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:18,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:19,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:20,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:20,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:21,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:21,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:21,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:23,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:23,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:23,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:23,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:23,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:25,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:25,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:25,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:25,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:26,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:27,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:27,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:28,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:28,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:28,595 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:30,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:30,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:30,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:32,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:32,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:32,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:32,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:33,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:34,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:34,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:35,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:35,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:35,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:37,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:37,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:37,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:37,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:38,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:40,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:40,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:40,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:40,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:40,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:42,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:42,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:42,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:42,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:43,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:44,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:44,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:45,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:45,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:45,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:47,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:47,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:47,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:47,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:47,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:49,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:49,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:49,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:49,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:50,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:51,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:51,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:51,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:51,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:52,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:53,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:54,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:54,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:54,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:54,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:56,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:56,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:56,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:56,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:57,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:48:58,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:58,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:58,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:48:58,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:48:59,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:01,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:01,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:01,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:01,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:01,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:03,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:03,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:03,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:03,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:04,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:05,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:05,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:05,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:05,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:06,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:08,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:08,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:08,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:08,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:08,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:10,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:10,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:10,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:10,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:11,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:12,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:12,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:13,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:13,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:13,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:15,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:15,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:15,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:15,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:15,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:17,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:17,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:17,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:17,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:18,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:19,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:19,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:20,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:20,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:20,531 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:22,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:22,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:22,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:22,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:23,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:24,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:24,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:25,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:25,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:25,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:27,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:27,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:27,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:27,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:27,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:29,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:29,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:29,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:29,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:30,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:31,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:31,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:32,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:32,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:32,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:34,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:34,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:34,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:34,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:34,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:36,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:36,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:36,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:36,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:37,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:39,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:39,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:39,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:39,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:39,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:41,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:41,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:41,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:41,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:42,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:43,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:43,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:44,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:44,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:44,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:46,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:46,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:46,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:46,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:46,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:48,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:48,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:48,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:48,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:49,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:50,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:50,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:51,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:51,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:51,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:53,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:53,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:53,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:53,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:53,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:55,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:55,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:55,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:55,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:56,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:49:58,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:58,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:58,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:49:58,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:49:58,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:00,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:00,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:00,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:00,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:01,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:02,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:02,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:03,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:03,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:04,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:05,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:05,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:05,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:05,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:06,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:08,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:08,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:08,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:08,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:08,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:10,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:10,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:10,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:10,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:11,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:12,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:12,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:13,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:13,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:13,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:15,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:15,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:15,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:15,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:15,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:17,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:17,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:17,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:17,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:18,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:19,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:19,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:20,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:20,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:20,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:22,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:22,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:22,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:22,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:23,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:24,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:24,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:25,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:25,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:25,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:27,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:27,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:27,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:27,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:27,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:29,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:29,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:29,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:29,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:30,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:32,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:32,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:32,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:32,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:32,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:34,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:34,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:34,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:34,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:35,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:36,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:36,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:37,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:37,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:37,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:39,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:39,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:39,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:39,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:40,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:41,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:41,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:42,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:42,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:42,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:44,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:44,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:44,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:44,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:44,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:46,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:46,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:46,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:46,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:47,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:49,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:49,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:49,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:49,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:50,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:52,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:52,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:52,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:52,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:52,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:54,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:54,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:54,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:54,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:55,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:56,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:56,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:57,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:57,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:50:57,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:50:59,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:59,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:59,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:50:59,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:00,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:01,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:01,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:02,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:02,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:02,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:04,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:04,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:04,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:04,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:04,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:06,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:06,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:06,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:06,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:07,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:09,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:09,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:09,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:09,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:09,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:11,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:11,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:11,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:11,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:11,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:13,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:13,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:13,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:13,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:14,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:16,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:16,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:16,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:16,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:16,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:18,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:18,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:18,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:18,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:18,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:20,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:20,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:20,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:20,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:21,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:22,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:22,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:23,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:23,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:23,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:25,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:25,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:25,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:25,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:26,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:27,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:27,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:27,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:27,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:28,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:30,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:30,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:30,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:30,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:31,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:33,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:33,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:33,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:33,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:33,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:35,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:35,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:35,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:35,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:36,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:37,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:37,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:37,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:37,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:38,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:39,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:39,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:40,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:40,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:40,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:42,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:42,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:42,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:42,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:43,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:44,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:44,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:44,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:44,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:45,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:46,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:46,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:47,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:47,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:47,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:49,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:49,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:49,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:49,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:50,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:51,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:51,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:52,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:52,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:52,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:54,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:54,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:54,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:54,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:54,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:56,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:56,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:56,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:56,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:57,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:51:58,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:58,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:59,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:51:59,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:51:59,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:01,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:01,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:01,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:01,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:01,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:03,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:03,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:03,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:03,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:04,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:06,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:06,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:06,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:06,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:06,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:08,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:08,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:08,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:08,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:09,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:10,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:10,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:11,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:11,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:11,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:13,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:13,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:13,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:13,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:14,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:16,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:16,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:16,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:16,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:16,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:18,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:18,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:18,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:18,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:19,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:20,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:20,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:21,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:21,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:21,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:23,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:23,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:23,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:23,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:23,790 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:25,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:25,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:25,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:25,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:26,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:27,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:27,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:27,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:27,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:28,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:30,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:30,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:30,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:30,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:30,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:32,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:32,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:32,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:32,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:33,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:34,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:34,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:34,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:34,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:35,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:36,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:36,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:37,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:37,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:37,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:39,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:39,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:39,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:39,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:39,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:41,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:41,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:41,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:41,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:42,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:44,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:44,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:44,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:44,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:44,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:46,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:46,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:46,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:46,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:47,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:48,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:48,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:49,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:49,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:49,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:51,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:51,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:51,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:51,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:51,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:53,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:53,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:53,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:53,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:54,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:56,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:56,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:56,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:56,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:57,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:52:59,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:59,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:59,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:52:59,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:52:59,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:01,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:01,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:01,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:01,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:01,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:03,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:03,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:03,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:03,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:04,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:06,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:06,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:06,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:06,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:06,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:08,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:08,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:08,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:08,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:09,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:10,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:10,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:10,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:10,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:11,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:12,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:12,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:13,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:13,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:13,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:15,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:15,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:15,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:15,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:16,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:17,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:17,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:17,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:17,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:18,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:20,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:20,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:20,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:20,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:20,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:22,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:22,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:22,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:22,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:23,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:24,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:24,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:25,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:25,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:25,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:27,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:27,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:27,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:27,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:27,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:29,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:29,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:29,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:29,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:30,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:31,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:31,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:32,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:32,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:32,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:34,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:34,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:34,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:34,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:34,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:36,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:36,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:36,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:36,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:37,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:39,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:39,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:39,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:39,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:39,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:41,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:41,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:41,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:41,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:42,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:43,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:43,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:43,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:43,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:44,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:45,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:45,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:46,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:46,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:46,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:48,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:48,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:48,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:48,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:49,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:50,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:50,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:50,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:50,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:51,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:53,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:53,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:53,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:53,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 18:53:53,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 18:53:54,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:54,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:55,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 18:53:55,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -Reading metadata...: 75336it [00:02, 26272.80it/s] | 1704/10000 [4:50:20<5:52:10, 2.55s/it] -{'eval_loss': 0.17469166219234467, 'eval_wer': 12.377697973542453, 'eval_runtime': 4132.0041, 'eval_samples_per_second': 3.299, 'eval_steps_per_second': 0.412, 'epoch': 0.15} -{'loss': 0.1796, 'grad_norm': 4.05070686340332, 'learning_rate': 3.902960526315789e-06, 'epoch': 0.15} -{'loss': 0.1561, 'grad_norm': 2.989821195602417, 'learning_rate': 3.891447368421052e-06, 'epoch': 0.15} -{'loss': 0.1609, 'grad_norm': 2.9603219032287598, 'learning_rate': 3.879934210526315e-06, 'epoch': 0.16} -{'loss': 0.1833, 'grad_norm': 3.2663583755493164, 'learning_rate': 3.868421052631579e-06, 'epoch': 0.16} -{'loss': 0.1727, 'grad_norm': 3.459775686264038, 'learning_rate': 3.856907894736842e-06, 'epoch': 0.16} -{'loss': 0.181, 'grad_norm': 3.427720069885254, 'learning_rate': 3.845394736842105e-06, 'epoch': 0.17} -{'loss': 0.1536, 'grad_norm': 4.471118450164795, 'learning_rate': 3.833881578947368e-06, 'epoch': 0.17} -{'loss': 0.1372, 'grad_norm': 3.1428306102752686, 'learning_rate': 3.822368421052632e-06, 'epoch': 0.17} -Reading metadata...: 13630it [00:00, 14746.26it/s] - 20%|█████████████████████████▍ | 2000/10000 [5:04:58<6:33:13, 2.95s/it][INFO|trainer.py:4054] 2024-10-05 19:19:14,305 >> -{'loss': 0.1454, 'grad_norm': 2.8270132541656494, 'learning_rate': 3.8108552631578944e-06, 'epoch': 1.0} -{'loss': 0.1303, 'grad_norm': 3.0873589515686035, 'learning_rate': 3.799342105263158e-06, 'epoch': 1.0} -{'loss': 0.1383, 'grad_norm': 3.187711000442505, 'learning_rate': 3.787828947368421e-06, 'epoch': 1.01} -{'loss': 0.1626, 'grad_norm': 3.1710643768310547, 'learning_rate': 3.776315789473684e-06, 'epoch': 1.01} -{'loss': 0.1405, 'grad_norm': 3.4516818523406982, 'learning_rate': 3.7648026315789473e-06, 'epoch': 1.01} -{'loss': 0.143, 'grad_norm': 2.930408000946045, 'learning_rate': 3.7532894736842103e-06, 'epoch': 1.01} -{'loss': 0.1437, 'grad_norm': 3.066941261291504, 'learning_rate': 3.7417763157894733e-06, 'epoch': 1.02} -{'loss': 0.1289, 'grad_norm': 3.389916181564331, 'learning_rate': 3.7302631578947363e-06, 'epoch': 1.02} -{'loss': 0.1415, 'grad_norm': 3.048574209213257, 'learning_rate': 3.7187499999999998e-06, 'epoch': 1.02} -{'loss': 0.1386, 'grad_norm': 2.5267295837402344, 'learning_rate': 3.7072368421052628e-06, 'epoch': 1.02} -{'loss': 0.1436, 'grad_norm': 3.151757001876831, 'learning_rate': 3.6957236842105258e-06, 'epoch': 1.03} -{'loss': 0.1353, 'grad_norm': 3.629039764404297, 'learning_rate': 3.684210526315789e-06, 'epoch': 1.03} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-05 19:19:14,305 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-05 19:19:14,305 >> Batch size = 8 -Reading metadata...: 13630it [00:00, 15041.52it/s] -[INFO|trainer_utils.py:830] 2024-10-05 19:19:15,688 >> 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. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:16,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:17,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:17,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:17,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:17,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:18,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:20,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:20,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:20,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:20,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:20,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:22,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:22,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:22,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:22,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:23,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:24,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:24,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:25,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:25,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:25,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:27,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:27,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:27,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:27,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:27,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:29,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:29,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:29,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:29,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:29,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:31,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:31,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:31,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:31,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:32,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:33,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:33,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:34,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:34,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:34,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:36,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:36,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:36,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:36,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:37,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:38,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:38,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:39,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:39,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:39,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:41,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:41,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:41,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:41,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:41,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:43,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:43,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:43,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:43,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:44,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:45,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:45,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:46,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:46,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:46,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:48,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:48,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:48,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:48,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:48,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:50,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:50,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:50,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:50,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:51,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:53,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:53,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:53,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:53,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:54,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:55,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:55,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:56,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:56,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:56,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:19:58,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:58,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:58,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:19:58,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:19:58,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:00,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:00,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:00,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:00,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:01,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:02,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:02,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:03,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:03,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:03,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:05,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:05,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:05,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:05,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:05,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:07,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:07,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:07,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:07,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:08,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:09,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:09,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:10,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:10,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:10,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:12,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:12,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:12,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:12,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:13,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:14,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:14,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:15,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:15,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:15,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:17,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:17,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:17,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:17,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:17,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:19,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:19,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:19,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:19,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:20,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:21,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:21,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:22,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:22,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:22,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:24,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:24,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:24,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:24,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:24,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:26,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:26,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:26,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:26,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:27,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:29,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:29,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:29,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:29,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:29,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:31,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:31,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:31,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:31,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:32,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:33,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:33,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:33,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:33,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:34,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:36,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:36,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:36,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:36,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:36,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:38,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:38,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:38,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:38,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:39,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:40,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:40,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:41,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:41,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:41,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:43,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:43,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:43,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:43,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:43,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:45,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:45,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:45,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:45,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:46,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:48,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:48,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:48,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:48,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:48,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:50,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:50,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:50,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:50,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:51,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:52,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:52,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:52,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:52,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:53,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:55,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:55,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:55,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:55,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:55,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:57,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:57,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:57,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:57,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:20:58,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:20:59,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:20:59,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:00,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:00,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:00,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:02,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:02,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:02,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:02,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:02,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:04,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:04,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:04,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:04,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:04,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:06,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:06,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:07,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:07,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:07,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:09,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:09,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:09,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:09,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:09,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:11,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:11,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:11,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:11,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:12,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:13,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:13,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:14,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:14,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:14,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:16,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:16,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:16,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:16,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:17,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:18,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:18,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:19,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:19,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:19,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:21,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:21,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:21,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:21,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:21,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:23,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:23,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:23,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:23,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:24,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:26,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:26,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:26,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:26,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:26,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:28,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:28,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:28,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:28,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:29,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:30,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:30,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:31,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:31,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:31,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:33,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:33,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:33,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:33,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:33,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:35,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:35,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:35,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:35,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:36,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:38,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:38,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:38,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:38,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:38,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:40,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:40,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:40,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:40,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:41,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:42,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:42,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:43,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:43,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:43,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:45,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:45,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:45,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:45,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:45,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:47,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:47,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:47,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:47,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:48,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:49,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:49,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:50,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:50,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:50,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:52,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:52,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:52,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:52,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:52,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:54,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:54,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:54,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:54,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:55,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:57,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:57,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:57,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:57,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:21:57,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:21:59,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:59,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:59,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:21:59,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:00,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:01,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:01,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:02,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:02,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:02,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:04,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:04,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:04,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:04,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:04,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:06,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:06,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:06,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:06,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:07,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:08,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:08,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:09,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:09,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:09,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:11,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:11,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:11,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:11,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:11,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:13,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:13,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:13,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:13,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:14,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:16,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:16,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:16,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:16,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:16,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:18,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:18,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:18,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:18,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:19,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:21,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:21,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:21,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:21,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:21,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:23,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:23,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:23,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:23,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:24,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:25,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:25,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:26,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:26,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:26,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:28,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:28,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:28,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:28,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:28,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:30,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:30,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:30,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:30,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:31,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:32,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:32,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:33,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:33,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:33,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:35,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:35,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:35,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:35,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:36,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:38,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:38,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:38,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:38,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:39,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:40,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:40,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:41,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:41,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:41,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:43,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:43,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:43,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:43,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:43,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:45,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:45,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:45,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:45,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:46,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:47,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:47,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:48,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:48,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:48,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:50,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:50,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:50,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:50,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:50,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:52,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:52,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:52,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:52,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:53,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:55,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:55,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:55,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:55,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:55,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:22:57,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:57,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:57,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:22:57,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:22:58,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:00,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:00,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:00,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:00,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:00,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:02,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:02,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:02,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:02,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:03,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:04,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:04,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:05,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:05,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:05,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:07,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:07,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:07,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:07,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:07,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:09,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:09,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:09,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:09,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:10,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:11,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:11,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:12,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:12,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:12,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:14,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:14,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:14,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:14,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:15,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:16,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:16,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:17,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:17,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:18,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:19,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:19,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:20,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:20,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:20,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:22,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:22,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:22,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:22,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:22,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:24,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:24,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:24,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:24,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:25,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:26,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:26,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:27,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:27,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:27,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:29,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:29,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:29,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:29,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:30,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:31,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:31,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:32,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:32,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:32,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:34,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:34,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:34,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:34,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:34,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:36,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:36,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:36,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:36,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:37,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:39,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:39,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:39,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:39,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:39,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:41,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:41,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:41,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:41,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:42,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:43,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:43,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:44,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:44,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:44,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:46,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:46,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:46,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:46,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:46,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:48,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:48,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:48,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:48,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:49,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:50,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:50,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:50,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:51,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:51,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:53,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:53,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:53,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:53,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:53,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:55,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:55,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:55,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:55,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:56,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:23:57,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:57,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:58,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:23:58,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:23:59,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:00,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:00,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:01,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:01,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:01,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:03,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:03,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:03,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:03,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:03,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:05,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:05,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:05,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:05,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:06,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:07,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:07,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:08,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:08,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:08,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:10,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:10,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:10,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:10,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:11,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:12,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:12,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:12,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:12,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:13,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:15,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:15,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:15,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:15,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:15,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:17,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:17,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:17,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:17,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:18,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:19,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:19,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:20,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:20,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:20,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:22,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:22,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:22,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:22,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:22,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:24,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:24,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:24,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:24,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:25,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:27,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:27,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:27,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:27,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:27,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:29,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:29,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:29,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:29,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:30,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:31,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:31,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:32,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:32,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:32,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:34,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:34,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:34,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:34,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:34,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:36,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:36,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:36,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:36,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:37,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:38,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:38,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:38,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:38,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:39,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:40,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:40,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:41,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:41,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:42,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:43,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:43,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:44,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:44,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:44,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:46,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:46,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:46,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:46,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:46,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:48,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:48,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:48,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:48,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:49,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:50,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:50,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:51,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:51,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:51,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:53,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:53,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:53,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:53,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:53,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:55,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:55,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:55,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:55,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:56,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:24:57,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:57,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:58,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:24:58,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:24:58,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:00,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:00,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:00,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:00,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:00,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:02,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:02,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:02,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:02,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:03,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:05,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:05,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:05,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:05,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:05,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:07,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:07,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:07,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:07,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:08,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:09,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:09,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:10,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:10,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:10,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:12,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:12,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:12,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:12,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:12,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:14,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:14,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:14,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:14,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:15,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:17,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:17,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:17,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:17,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:17,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:19,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:19,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:19,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:19,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:19,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:21,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:21,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:21,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:21,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:22,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:23,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:23,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:24,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:24,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:25,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:26,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:26,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:27,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:27,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:27,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:29,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:29,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:29,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:29,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:29,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:31,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:31,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:31,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:31,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:32,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:33,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:33,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:34,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:34,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:34,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:36,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:36,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:36,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:36,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:36,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:38,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:38,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:38,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:38,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:39,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:40,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:40,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:41,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:41,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:41,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:43,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:43,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:43,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:43,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:43,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:45,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:45,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:45,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:45,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:46,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:47,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:47,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:48,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:48,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:48,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:50,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:50,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:50,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:50,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:50,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:52,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:52,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:53,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:53,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:53,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:55,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:55,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:55,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:55,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:55,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:57,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:57,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:57,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:57,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:25:57,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:25:59,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:59,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:59,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:25:59,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:00,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:01,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:01,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:02,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:02,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:02,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:04,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:04,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:04,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:04,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:05,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:07,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:07,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:07,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:07,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:07,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:09,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:09,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:09,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:09,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:10,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:11,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:11,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:12,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:12,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:12,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:14,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:14,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:14,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:14,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:15,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:16,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:16,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:16,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:16,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:17,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:18,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:18,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:19,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:19,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:19,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:21,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:21,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:21,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:21,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:21,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:23,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:23,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:23,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:23,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:24,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:25,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:26,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:26,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:26,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:26,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:28,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:28,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:28,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:28,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:29,115 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:30,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:30,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:31,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:31,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:31,429 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:33,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:33,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:33,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:33,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:33,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:35,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:35,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:35,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:35,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:36,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:37,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:37,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:38,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:38,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:38,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:40,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:40,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:40,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:40,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:40,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:42,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:42,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:42,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:42,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:43,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:44,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:44,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:45,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:45,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:46,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:47,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:47,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:48,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:48,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:48,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:50,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:50,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:50,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:50,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:50,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:52,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:52,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:52,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:52,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:53,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:54,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:54,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:55,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:55,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:55,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:57,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:57,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:57,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:57,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:26:58,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:26:59,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:59,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:59,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:26:59,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:00,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:02,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:02,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:02,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:02,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:02,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:04,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:04,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:04,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:04,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:05,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:06,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:06,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:07,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:07,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:07,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:09,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:09,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:09,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:09,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:09,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:11,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:11,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:11,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:11,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:12,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:13,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:13,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:14,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:14,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:14,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:16,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:16,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:16,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:16,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:16,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:18,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:18,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:18,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:18,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:19,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:21,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:21,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:21,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:21,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:21,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:23,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:23,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:23,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:23,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:24,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:25,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:25,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:25,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:25,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:26,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:28,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:28,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:28,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:28,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:29,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:30,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:30,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:31,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:31,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:31,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:33,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:33,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:33,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:33,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:33,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:35,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:35,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:35,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:35,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:36,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:37,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:37,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:38,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:38,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:38,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:40,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:40,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:40,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:40,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:40,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:42,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:42,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:43,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:43,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:43,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:45,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:45,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:45,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:45,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:46,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:47,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:47,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:48,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:48,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:48,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:50,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:50,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:50,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:50,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:50,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:52,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:52,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:52,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:52,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:53,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:54,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:54,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:55,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:55,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:55,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:57,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:57,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:57,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:57,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:27:57,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:27:59,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:59,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:59,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:27:59,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:00,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:01,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:01,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:02,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:02,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:02,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:04,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:04,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:04,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:04,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:05,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:06,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:06,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:07,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:07,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:07,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:09,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:09,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:09,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:09,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:10,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:12,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:12,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:12,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:12,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:12,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:14,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:14,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:14,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:14,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:15,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:16,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:16,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:16,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:16,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:17,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:19,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:19,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:19,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:19,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:19,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:21,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:21,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:21,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:21,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:21,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:23,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:23,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:23,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:23,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:24,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:25,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:25,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:26,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:26,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:26,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:28,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:28,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:28,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:28,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:29,011 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:30,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:30,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:31,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:31,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:31,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:33,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:33,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:33,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:33,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:33,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:35,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:35,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:35,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:35,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:36,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:37,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:37,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:37,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:37,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:38,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:40,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:40,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:40,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:40,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:40,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:42,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:42,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:42,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:42,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:43,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:44,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:44,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:45,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:45,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:45,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:47,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:47,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:47,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:47,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:47,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:49,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:49,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:49,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:49,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:50,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:51,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:51,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:52,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:52,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:53,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:54,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:54,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:55,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:55,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:55,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:57,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:57,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:57,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:57,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:28:57,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:28:59,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:59,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:59,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:28:59,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:00,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:01,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:01,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:02,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:02,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:02,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:04,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:04,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:04,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:04,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:04,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:06,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:06,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:06,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:06,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:07,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:09,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:09,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:09,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:09,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:09,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:11,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:11,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:11,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:11,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:12,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:13,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:13,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:14,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:14,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:14,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:16,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:16,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:16,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:16,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:16,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:18,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:18,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:18,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:18,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:19,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:20,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:20,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:21,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:21,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:21,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:23,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:23,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:23,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:23,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:23,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:25,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:25,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:25,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:25,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:26,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:27,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:27,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:28,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:28,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:28,595 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:30,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:30,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:30,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:30,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:30,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:32,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:32,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:32,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:32,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:33,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:34,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:34,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:35,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:35,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:35,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:37,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:37,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:37,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:37,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:38,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:39,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:39,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:40,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:40,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:40,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:42,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:42,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:42,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:42,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:42,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:44,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:44,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:44,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:44,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:45,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:46,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:46,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:47,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:47,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:47,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:49,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:49,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:49,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:49,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:49,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:51,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:51,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:51,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:51,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:52,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:53,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:53,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:54,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:54,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:54,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:56,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:56,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:56,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:56,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:57,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:29:58,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:58,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:58,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:29:58,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:29:59,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:01,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:01,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:01,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:01,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:01,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:03,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:03,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:03,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:03,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:04,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:06,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:06,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:06,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:06,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:06,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:08,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:08,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:08,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:08,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:09,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:10,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:10,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:11,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:11,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:11,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:13,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:13,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:13,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:13,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:13,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:15,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:15,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:15,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:15,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:16,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:18,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:18,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:18,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:18,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:18,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:20,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:20,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:21,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:21,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:21,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:23,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:23,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:23,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:23,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:23,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:25,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:25,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:25,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:25,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:26,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:27,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:27,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:27,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:27,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:28,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:30,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:30,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:30,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:30,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:30,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:32,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:32,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:32,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:32,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:33,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:34,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:34,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:35,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:35,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:35,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:37,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:37,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:37,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:37,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:37,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:39,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:39,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:40,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:40,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:40,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:42,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:42,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:42,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:42,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:42,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:44,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:44,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:44,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:44,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:45,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:46,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:46,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:47,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:47,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:47,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:49,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:49,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:49,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:49,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:49,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:51,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:51,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:51,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:51,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:52,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:53,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:53,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:54,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:54,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:54,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:56,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:56,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:56,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:56,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:56,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:30:58,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:58,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:58,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:30:58,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:30:59,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:01,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:01,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:01,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:01,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:01,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:03,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:03,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:03,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:03,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:04,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:05,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:05,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:06,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:06,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:06,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:08,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:08,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:08,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:08,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:08,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:10,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:10,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:10,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:10,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:11,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:12,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:12,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:13,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:13,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:13,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:15,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:15,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:15,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:15,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:15,945 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:17,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:17,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:17,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:17,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:18,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:20,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:20,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:20,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:20,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:20,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:22,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:22,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:22,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:22,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:23,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:24,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:24,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:24,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:24,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:25,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:27,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:27,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:27,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:27,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:27,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:29,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:29,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:29,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:29,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:30,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:31,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:31,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:32,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:32,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:32,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:34,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:34,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:34,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:34,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:34,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:36,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:36,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:36,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:36,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:37,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:38,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:38,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:39,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:39,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:39,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:41,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:41,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:41,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:41,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:42,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:44,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:44,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:44,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:44,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:44,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:46,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:46,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:46,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:46,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:47,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:48,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:48,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:49,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:49,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:49,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:51,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:51,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:51,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:51,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:52,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:53,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:53,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:54,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:54,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:54,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:56,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:56,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:56,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:56,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:56,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:31:58,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:58,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:58,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:31:58,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:31:59,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:00,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:00,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:01,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:01,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:01,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:03,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:03,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:03,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:03,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:03,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:05,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:05,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:05,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:05,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:06,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:08,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:08,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:08,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:08,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:08,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:10,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:10,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:10,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:10,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:11,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:12,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:12,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:12,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:12,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:13,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:15,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:15,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:15,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:15,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:15,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:17,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:17,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:17,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:17,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:18,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:20,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:20,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:20,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:20,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:21,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:22,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:22,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:23,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:23,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:23,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:25,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:25,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:25,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:25,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:25,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:27,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:27,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:27,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:27,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:28,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:29,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:29,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:30,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:30,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:30,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:32,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:32,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:32,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:32,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:32,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:34,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:34,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:35,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:35,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:35,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:37,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:37,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:37,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:37,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:37,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:39,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:39,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:39,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:39,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:40,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:41,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:41,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:42,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:42,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:42,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:44,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:44,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:44,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:44,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:44,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:46,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:46,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:46,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:46,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:47,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:48,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:48,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:49,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:49,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:49,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:51,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:51,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:51,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:51,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:51,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:53,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:53,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:53,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:53,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:54,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:55,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:55,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:56,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:56,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:56,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:32:58,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:58,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:58,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:32:58,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:32:59,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:00,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:00,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:01,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:01,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:02,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:03,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:03,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:04,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:04,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:04,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:06,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:06,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:06,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:06,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:06,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:08,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:08,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:08,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:08,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:09,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:10,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:10,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:11,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:11,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:11,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:13,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:13,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:13,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:13,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:13,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:15,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:15,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:15,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:15,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:16,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:18,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:18,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:18,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:18,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:18,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:20,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:20,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:20,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:20,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:20,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:22,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:22,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:22,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:22,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:23,284 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:24,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:24,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:25,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:25,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:25,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:27,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:27,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:27,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:27,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:27,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:29,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:29,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:29,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:29,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:30,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:32,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:32,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:32,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:32,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:32,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:34,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:34,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:34,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:34,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:35,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:36,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:36,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:37,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:37,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:37,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:39,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:39,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:39,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:39,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:39,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:41,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:41,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:41,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:41,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:42,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:44,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:44,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:44,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:44,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:44,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:46,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:46,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:46,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:46,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:47,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:48,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:48,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:49,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:49,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:49,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:51,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:51,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:51,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:51,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:51,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:53,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:53,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:53,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:53,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:54,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:55,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:55,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:56,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:56,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:56,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:33:58,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:58,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:58,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:33:58,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:33:59,011 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:00,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:00,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:00,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:00,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:01,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:02,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:02,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:03,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:03,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:03,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:05,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:05,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:05,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:05,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:05,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:07,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:07,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:07,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:07,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:08,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:09,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:09,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:10,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:10,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:10,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:12,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:12,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:12,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:12,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:13,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:14,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:14,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:15,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:17,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:17,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:17,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:17,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:17,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:19,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:19,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:19,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:19,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:20,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:21,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:21,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:22,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:22,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:22,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:24,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:24,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:24,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:24,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:24,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:26,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:26,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:26,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:26,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:27,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:29,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:29,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:29,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:29,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:29,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:31,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:31,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:32,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:32,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:32,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:34,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:34,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:34,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:34,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:34,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:36,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:36,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:36,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:36,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:37,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:38,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:38,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:39,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:39,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:39,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:41,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:41,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:41,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:41,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:41,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:43,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:43,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:43,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:43,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:44,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:46,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:46,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:46,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:46,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:46,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:48,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:48,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:48,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:48,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:49,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:50,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:50,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:51,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:51,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:51,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:53,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:53,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:53,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:53,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:53,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:55,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:55,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:55,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:55,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:56,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:34:58,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:58,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:58,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:34:58,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:34:58,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:00,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:00,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:00,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:00,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:01,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:02,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:02,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:03,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:03,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:03,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:05,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:05,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:05,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:05,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:05,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:07,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:07,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:07,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:07,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:08,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:10,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:10,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:10,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:10,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:11,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:12,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:12,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:13,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:13,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:13,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:15,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:15,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:15,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:15,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:15,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:17,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:17,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:17,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:17,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:18,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:19,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:19,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:20,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:20,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:20,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:22,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:22,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:22,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:22,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:22,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:24,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:24,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:24,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:24,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:25,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:26,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:26,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:27,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:27,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:27,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:29,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:29,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:29,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:29,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:30,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:31,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:31,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:31,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:31,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:32,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:34,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:34,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:34,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:34,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:34,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:36,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:36,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:36,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:36,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:37,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:38,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:38,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:39,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:39,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:39,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:41,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:41,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:41,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:41,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:42,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:43,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:43,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:44,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:44,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:44,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:46,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:46,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:46,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:46,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:46,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:48,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:48,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:49,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:49,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:49,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:51,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:51,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:51,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:51,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:52,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:53,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:53,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:54,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:54,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:54,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:56,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:56,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:56,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:56,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:56,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:35:58,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:58,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:58,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:35:58,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:35:59,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:00,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:00,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:01,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:01,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:01,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:03,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:03,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:04,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:05,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:05,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:06,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:06,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:06,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:08,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:08,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:08,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:08,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:09,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:10,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:10,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:10,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:10,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:11,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:12,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:12,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:13,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:13,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:13,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:15,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:15,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:15,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:15,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:15,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:17,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:17,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:17,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:17,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:18,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:20,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:20,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:20,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:20,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:20,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:22,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:22,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:22,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:22,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:23,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:24,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:24,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:25,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:25,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:25,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:27,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:27,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:27,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:27,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:27,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:29,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:29,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:29,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:29,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:30,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:32,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:32,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:32,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:32,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:32,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:34,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:34,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:35,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:35,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:35,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:37,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:37,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:37,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:37,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:37,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:39,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:39,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:39,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:39,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:40,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:41,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:41,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:42,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:42,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:42,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:44,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:44,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:44,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:44,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:44,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:46,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:46,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:46,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:46,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:47,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:48,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:48,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:49,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:49,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:49,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:51,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:51,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:51,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:51,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:51,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:53,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:53,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:53,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:53,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:54,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:56,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:56,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:56,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:56,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:56,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:36:58,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:58,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:58,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:36:58,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:36:59,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:00,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:00,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:01,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:01,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:01,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:03,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:03,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:03,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:03,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:03,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:05,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:05,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:06,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:07,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:07,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:08,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:08,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:08,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:10,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:10,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:10,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:10,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:11,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:13,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:13,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:13,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:13,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:13,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:15,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:15,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:15,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:15,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:16,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:18,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:18,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:18,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:18,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:18,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:20,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:20,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:20,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:20,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:21,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:22,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:22,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:23,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:23,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:23,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:25,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:25,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:25,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:25,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:26,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:27,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:27,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:28,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:28,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:28,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:30,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:30,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:30,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:30,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:30,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:32,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:32,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:32,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:32,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:33,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:34,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:34,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:35,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:35,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:35,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:37,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:37,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:37,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:37,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:37,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:39,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:39,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:40,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:42,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:42,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:42,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:42,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:42,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:44,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:44,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:44,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:44,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:45,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:46,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:46,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:46,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:46,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:47,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:49,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:49,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:49,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:49,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:49,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:51,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:51,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:51,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:51,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:52,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:53,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:53,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:54,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:54,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:54,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:56,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:56,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:56,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:56,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:56,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:37:58,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:58,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:58,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:37:58,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:37:59,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:01,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:01,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:01,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:01,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:01,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:03,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:03,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:03,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:03,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:04,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:05,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:05,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:06,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:06,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:06,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:08,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:08,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:08,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:08,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:08,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:10,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:10,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:10,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:10,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:11,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:12,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:12,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:13,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:13,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:13,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:15,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:15,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:15,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:15,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:16,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:17,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:17,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:17,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:17,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:18,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:19,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:19,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:20,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:20,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:20,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:22,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:22,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:22,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:22,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:22,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:24,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:24,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:24,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:24,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:25,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:27,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:27,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:27,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:27,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:27,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:29,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:29,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:29,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:29,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:30,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:32,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:32,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:32,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:32,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:32,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:34,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:34,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:34,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:34,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:35,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:37,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:37,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:37,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:37,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:37,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:39,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:39,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:39,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:39,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:39,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:41,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:41,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:41,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:41,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:42,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:44,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:44,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:44,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:44,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:44,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:46,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:46,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:46,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:46,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:47,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:48,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:48,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:48,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:48,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:49,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:50,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:50,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:51,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:51,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:51,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:53,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:53,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:53,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:53,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:54,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:55,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:55,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:56,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:56,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:56,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:38:58,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:58,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:58,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:38:58,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:38:58,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:00,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:00,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:00,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:00,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:01,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:02,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:02,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:03,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:03,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:03,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:05,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:05,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:05,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:05,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:05,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:07,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:07,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:07,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:07,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:08,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:09,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:09,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:09,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:09,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:10,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:12,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:12,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:12,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:12,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:13,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:15,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:15,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:15,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:15,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:15,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:17,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:17,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:17,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:17,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:18,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:19,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:19,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:20,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:20,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:20,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:22,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:22,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:22,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:22,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:22,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:24,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:24,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:24,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:24,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:25,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:27,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:27,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:27,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:27,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:27,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:29,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:29,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:29,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:29,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:30,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:31,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:31,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:32,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:32,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:32,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:34,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:34,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:34,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:34,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:34,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:36,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:36,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:36,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:36,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:36,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:38,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:38,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:38,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:38,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:39,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:40,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:40,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:41,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:41,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:41,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:43,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:43,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:43,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:43,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:44,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:45,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:45,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:46,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:46,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:46,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:48,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:48,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:48,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:48,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:48,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:50,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:50,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:50,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:50,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:51,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:52,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:52,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:53,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:53,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:53,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:55,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:55,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:55,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:55,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:56,513 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:39:58,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:58,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:58,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:39:58,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:39:58,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:00,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:00,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:00,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:00,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:01,146 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:02,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:02,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:03,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:03,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:03,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:05,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:05,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:05,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:05,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:05,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:07,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:07,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:07,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:07,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:08,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:09,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:09,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:10,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:10,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:10,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:12,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:12,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:12,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:12,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:12,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:14,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:14,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:14,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:14,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:15,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:17,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:17,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:17,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:17,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:17,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:19,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:19,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:19,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:19,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:20,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:21,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:21,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:22,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:22,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:22,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:24,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:24,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:24,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:24,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:24,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:26,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:26,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:26,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:26,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:27,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:28,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:28,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:29,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:29,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:29,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:31,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:31,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:31,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:31,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:31,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:33,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:33,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:33,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:33,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:34,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:35,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:35,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:36,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:36,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:36,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:38,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:38,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:38,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:38,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:39,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:41,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:41,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:41,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:41,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:42,212 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:43,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:43,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:44,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:44,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:44,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:46,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:46,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:46,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:46,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:46,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:48,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:48,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:48,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:48,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:49,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:51,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:51,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:51,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:51,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:51,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:53,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:53,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:53,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:53,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:54,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:55,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:55,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:56,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:56,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:56,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:40:58,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:58,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:58,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:40:58,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:40:58,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:00,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:00,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:00,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:00,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:01,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:03,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:03,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:03,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:03,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:03,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:05,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:05,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:05,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:05,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:06,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:07,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:07,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:08,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:08,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:08,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:10,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:10,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:10,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:10,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:11,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:12,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:12,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:13,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:13,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:13,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:15,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:15,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:15,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:15,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:15,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:17,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:17,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:17,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:17,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:18,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:19,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:19,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:20,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:20,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:20,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:22,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:22,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:22,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:22,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:23,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:25,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:25,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:25,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:25,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:25,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:27,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:27,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:27,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:27,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:28,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:30,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:30,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:30,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:30,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:30,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:32,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:32,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:32,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:32,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:33,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:34,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:34,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:34,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:34,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:35,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:37,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:37,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:37,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:37,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:37,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:39,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:39,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:39,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:39,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:40,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:41,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:41,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:42,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:42,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:42,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:44,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:44,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:44,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:44,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:44,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:46,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:46,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:46,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:46,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:47,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:48,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:48,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:48,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:48,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:49,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:51,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:51,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:51,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:51,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:51,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:53,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:53,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:53,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:53,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:54,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:55,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:55,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:56,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:56,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:56,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:41:58,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:58,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:58,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:41:58,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:41:59,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:00,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:00,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:01,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:01,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:01,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:03,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:03,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:03,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:03,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:04,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:05,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:05,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:06,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:06,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:06,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:08,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:08,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:08,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:08,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:08,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:10,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:10,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:10,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:10,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:11,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:12,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:12,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:13,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:13,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:13,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:15,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:15,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:15,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:15,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:16,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:17,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:17,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:17,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:17,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:18,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:20,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:20,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:20,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:20,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:20,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:22,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:22,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:22,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:22,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:23,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:24,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:24,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:25,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:25,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:25,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:27,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:27,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:27,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:27,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:27,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:29,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:29,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:29,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:29,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:30,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:31,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:31,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:32,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:32,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:32,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:34,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:34,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:34,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:34,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:34,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:36,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:36,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:36,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:36,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:37,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:38,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:38,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:38,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:38,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:39,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:40,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:40,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:41,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:41,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:41,609 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:43,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:43,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:43,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:43,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:44,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:46,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:46,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:46,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:46,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:46,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:48,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:48,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:48,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:48,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:49,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:50,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:50,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:51,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:51,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:51,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:53,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:53,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:53,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:53,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:53,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:55,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:55,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:55,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:55,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:56,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:42:57,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:57,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:58,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:42:58,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:42:58,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:00,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:00,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:00,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:00,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:00,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:02,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:02,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:02,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:02,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:03,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:04,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:04,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:05,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:05,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:05,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:07,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:07,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:07,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:07,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:07,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:09,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:09,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:09,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:09,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:10,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:11,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:11,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:12,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:12,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:12,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:14,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:14,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:14,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:14,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:15,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:16,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:16,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:16,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:16,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:17,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:19,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:19,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:19,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:19,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:19,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:21,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:21,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:21,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:21,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:22,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:24,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:24,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:24,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:24,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:25,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:26,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:26,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:26,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:26,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:27,390 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:29,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:29,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:29,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:29,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:29,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:31,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:31,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:31,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:31,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:32,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:33,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:33,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:34,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:34,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:34,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:36,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:36,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:36,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:36,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:36,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:38,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:38,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:38,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:38,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:39,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:41,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:41,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:41,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:41,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:41,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:43,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:43,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:43,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:43,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:44,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:45,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:45,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:46,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:46,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:46,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:48,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:48,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:48,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:48,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:48,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:50,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:50,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:50,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:50,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:51,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:53,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:53,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:53,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:53,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:53,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:55,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:55,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:55,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:55,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:56,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:43:57,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:57,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:58,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:43:58,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:43:58,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:00,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:00,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:00,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:00,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:00,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:02,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:02,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:02,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:02,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:03,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:05,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:05,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:05,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:05,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:06,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:07,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:07,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:08,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:08,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:08,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:10,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:10,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:10,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:10,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:10,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:12,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:12,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:13,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:13,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:13,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:15,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:15,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:15,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:15,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:15,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:17,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:17,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:17,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:17,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:18,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:20,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:20,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:20,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:20,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:20,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:22,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:22,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:22,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:22,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:22,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:24,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:24,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:24,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:24,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:25,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:26,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:26,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:27,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:27,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:27,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:29,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:29,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:29,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:29,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:30,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:31,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:31,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:32,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:32,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:32,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:34,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:34,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:34,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:34,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:34,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:36,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:36,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:36,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:36,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:37,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:38,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:38,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:39,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:39,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:39,464 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:41,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:41,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:41,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:41,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:41,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:43,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:43,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:43,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:43,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:44,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:46,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:46,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:46,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:46,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:46,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:48,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:48,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:48,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:48,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:49,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:50,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:50,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:51,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:51,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:51,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:53,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:53,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:53,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:53,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:53,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:55,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:55,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:55,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:55,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:56,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:44:58,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:58,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:58,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:44:58,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:44:58,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:00,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:00,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:00,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:00,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:00,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:02,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:02,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:02,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:02,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:03,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:05,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:05,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:05,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:05,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:05,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:07,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:07,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:07,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:07,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:08,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:09,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:09,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:10,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:10,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:10,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:12,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:12,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:12,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:12,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:12,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:14,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:14,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:14,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:14,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:15,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:17,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:17,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:17,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:17,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:17,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:19,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:19,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:19,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:19,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:20,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:21,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:21,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:21,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:21,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:22,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:24,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:24,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:24,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:24,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:24,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:26,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:26,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:26,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:26,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:27,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:29,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:29,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:29,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:29,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:29,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:31,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:31,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:31,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:31,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:32,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:33,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:33,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:34,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:34,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:34,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:36,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:36,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:36,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:36,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:36,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:38,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:38,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:38,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:38,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:39,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:40,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:40,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:41,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:41,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:41,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:43,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:43,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:43,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:43,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:43,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:45,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:45,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:45,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:45,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:46,296 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:48,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:48,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:48,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:48,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:48,702 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:50,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:50,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:50,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:50,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:50,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:52,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:52,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:53,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:53,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:53,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:55,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:55,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:55,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:55,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:55,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:57,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:57,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:57,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:57,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:45:58,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:45:59,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:59,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:59,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:45:59,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:00,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:01,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:01,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:02,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:02,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:02,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:04,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:04,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:04,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:04,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:05,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:07,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:07,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:07,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:07,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:07,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:09,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:09,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:09,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:09,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:10,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:12,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:12,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:12,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:12,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:12,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:14,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:14,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:14,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:14,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:15,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:16,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:16,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:17,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:17,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:17,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:19,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:19,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:19,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:19,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:19,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:21,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:21,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:21,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:21,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:22,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:23,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:23,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:24,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:24,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:24,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:26,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:26,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:26,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:26,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:26,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:28,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:28,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:28,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:28,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:29,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:31,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:31,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:31,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:31,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:33,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:33,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:33,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:33,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:34,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:35,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:35,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:36,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:36,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:36,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:38,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:38,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:38,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:38,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:39,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:40,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:40,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:40,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:40,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:41,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:42,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:42,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:43,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:43,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:43,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:45,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:45,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:45,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:45,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:46,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:47,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:47,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:47,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:47,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:48,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:50,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:50,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:50,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:50,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:51,313 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:52,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:52,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:53,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:53,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:53,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:55,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:55,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:55,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:55,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:55,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:57,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:57,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:57,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:57,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:46:58,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:46:59,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:46:59,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:00,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:00,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:00,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:02,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:02,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:02,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:02,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:02,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:04,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:04,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:04,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:04,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:05,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:06,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:06,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:07,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:07,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:07,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:08,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:08,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:09,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:09,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:09,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:11,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:11,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:11,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:11,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:12,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:13,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:13,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:13,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:13,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:14,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:16,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:16,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:16,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:16,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:16,790 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:18,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:18,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:18,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:18,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:19,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:20,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:20,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:21,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:21,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:21,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:23,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:23,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:23,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:23,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:24,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:25,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:25,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:26,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:26,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:26,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:28,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:28,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:28,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:28,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:28,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:30,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:30,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:30,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:30,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:31,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:33,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:33,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:33,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:33,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:34,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:35,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:35,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:36,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:36,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:36,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:38,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:38,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:38,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:38,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:39,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:40,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:40,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:41,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:43,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:43,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:43,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:43,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:43,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:45,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:45,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:45,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:45,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:46,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:47,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:47,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:47,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:47,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:48,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:50,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:50,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:50,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:50,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:50,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:52,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:52,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:52,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:52,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:52,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:54,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:54,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:54,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:54,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:55,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:56,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:56,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:57,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:57,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:47:57,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:47:59,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:59,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:59,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:47:59,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:00,113 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:01,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:01,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:02,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:02,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:02,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:04,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:04,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:04,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:04,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:04,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:06,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:06,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:06,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:06,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:07,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:08,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:08,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:09,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:09,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:09,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:11,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:11,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:11,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:11,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:11,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:13,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:13,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:13,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:13,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:14,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:16,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:16,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:16,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:16,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:16,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:18,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:18,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:18,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:18,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:19,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:20,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:20,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:21,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:21,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:21,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:23,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:23,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:23,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:23,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:24,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:25,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:25,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:25,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:25,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:26,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:27,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:27,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:28,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:28,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:28,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:30,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:30,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:30,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:30,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:30,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:32,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:32,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:32,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:32,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:33,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:35,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:35,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:35,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:35,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:35,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:37,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:37,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:37,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:37,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:38,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:39,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:39,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:40,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:40,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:40,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:42,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:42,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:42,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:42,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:42,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:44,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:44,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:44,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:44,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:45,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:46,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:46,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:47,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:47,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:47,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:48,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:48,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:49,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:49,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:49,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:51,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:51,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:51,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:52,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:53,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:53,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:54,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:54,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:54,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:56,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:56,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:56,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:56,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:57,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:48:59,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:59,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:59,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:48:59,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:48:59,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:01,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:01,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:01,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:01,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:01,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:03,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:03,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:03,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:03,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:04,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:05,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:05,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:06,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:06,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:06,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:08,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:08,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:08,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:08,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:09,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:10,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:10,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:10,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:10,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:11,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:12,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:12,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:13,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:13,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:13,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:15,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:15,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:15,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:15,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:16,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:17,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:17,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:18,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:18,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:18,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:20,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:20,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:20,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:20,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:20,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:22,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:22,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:22,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:22,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:23,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:25,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:25,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:25,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:25,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:25,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:27,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:27,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:27,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:27,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:28,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:29,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:29,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:30,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:30,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:30,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:32,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:32,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:32,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:32,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:32,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:34,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:34,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:34,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:34,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:35,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:37,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:37,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:37,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:37,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:38,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:40,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:40,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:40,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:40,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:40,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:42,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:42,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:42,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:42,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:43,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:44,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:44,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:45,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:45,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:45,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:47,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:47,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:47,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:47,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:47,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:49,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:49,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:49,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:49,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:50,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:51,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:51,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:52,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:52,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:52,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:54,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:54,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:54,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:54,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:54,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:56,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:56,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:57,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:57,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:57,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:49:59,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:59,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:59,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:49:59,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:49:59,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:01,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:01,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:01,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:01,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:02,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:03,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:03,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:03,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:03,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:04,390 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:06,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:06,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:06,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:06,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:06,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:08,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:08,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:08,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:08,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:09,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:10,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:10,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:11,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:11,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:11,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:13,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:13,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:13,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:13,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:13,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:15,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:15,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:15,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:15,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:16,246 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:18,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:18,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:18,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:18,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:18,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:20,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:20,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:20,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:20,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:21,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:23,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:23,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:23,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:23,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:24,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:25,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:25,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:26,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:26,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:26,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:28,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:28,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:28,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:28,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:28,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:30,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:30,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:30,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:30,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:31,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:32,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:32,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:33,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:33,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:33,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:35,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:35,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:35,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:35,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:35,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:37,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:37,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:38,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:38,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:38,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:40,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:40,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:40,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:40,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:40,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:42,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:42,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:42,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:42,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:43,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:45,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:45,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:45,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:45,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:45,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:47,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:47,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:47,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:47,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:48,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:49,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:49,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:50,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:50,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:50,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:52,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:52,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:52,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:52,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:52,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:54,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:54,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:54,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:54,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:55,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:56,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:56,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:57,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:57,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:50:57,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:50:59,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:59,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:59,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:50:59,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:00,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:01,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:01,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:02,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:02,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:02,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:04,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:04,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:04,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:04,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:05,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:06,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:06,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:07,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:07,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:07,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:09,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:09,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:09,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:09,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:09,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:11,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:11,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:11,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:11,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:12,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:13,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:13,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:14,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:14,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:14,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:16,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:16,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:16,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:16,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:16,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:18,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:18,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:18,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:18,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:19,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:20,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:20,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:21,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:21,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:21,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:23,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:23,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:23,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:23,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:24,011 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:25,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:25,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:26,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:26,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:26,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:28,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:28,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:28,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:28,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:28,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:30,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:30,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:30,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:30,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:31,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:32,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:32,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:33,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:33,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:33,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:35,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:35,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:35,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:35,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:35,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:37,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:37,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:37,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:37,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:38,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:39,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:39,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:40,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:40,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:40,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:42,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:42,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:42,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:42,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:42,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:44,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:44,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:44,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:44,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:45,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:47,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:47,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:47,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:47,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:48,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:49,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:49,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:50,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:50,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:50,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:52,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:52,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:52,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:54,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:54,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:55,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:55,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:55,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:57,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:57,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:57,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:57,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:51:57,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:51:59,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:59,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:59,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:51:59,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:00,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:01,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:01,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:02,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:02,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:02,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:04,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:04,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:04,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:04,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:04,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:06,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:06,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:06,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:06,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:07,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:08,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:08,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:09,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:09,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:09,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:11,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:11,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:11,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:11,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:11,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:13,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:13,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:13,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:13,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:14,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:15,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:15,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:16,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:16,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:16,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:18,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:18,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:18,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:18,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:19,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:20,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:20,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:20,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:20,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:21,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:23,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:23,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:23,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:23,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:24,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:25,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:25,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:26,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:26,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:26,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:28,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:28,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:28,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:28,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:29,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:30,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:30,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:31,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:31,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:31,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:33,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:33,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:33,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:33,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:33,876 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:35,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:35,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:35,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:35,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:36,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:37,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:37,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:38,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:38,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:38,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:40,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:40,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:40,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:40,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:40,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:42,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:42,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:42,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:42,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:43,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:44,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:44,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:45,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:45,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:45,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:47,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:47,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:47,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:47,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:47,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:49,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:49,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:49,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:49,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:50,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:51,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:51,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:51,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:51,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:52,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:54,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:54,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:54,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:54,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:54,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:56,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:56,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:56,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:56,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:57,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:52:58,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:58,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:59,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:52:59,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:52:59,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:01,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:01,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:01,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:01,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:01,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:03,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:03,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:03,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:03,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:04,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:05,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:05,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:06,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:06,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:06,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:08,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:08,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:08,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:08,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:09,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:10,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:10,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:11,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:11,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:11,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:13,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:13,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:13,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:13,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:13,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:15,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:15,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:15,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:15,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:16,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:17,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:17,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:18,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:18,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:18,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:20,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:20,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:20,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:20,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:21,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:22,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:22,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:22,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:22,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:23,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:25,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:25,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:25,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:25,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:25,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:27,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:27,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:27,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:27,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:28,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:29,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:29,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:30,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:30,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:30,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:32,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:32,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:32,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:32,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:32,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:34,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:34,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:34,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:34,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:35,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:36,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:36,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:37,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:37,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:37,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:39,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:39,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:39,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:39,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:40,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:41,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:41,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:42,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:42,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:42,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:44,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:44,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:44,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:44,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:44,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:46,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:46,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:46,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:46,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:47,697 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:49,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:49,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:49,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:49,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:50,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:51,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:51,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:52,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:52,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:52,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:54,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:54,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:54,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:54,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:54,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:56,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:56,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:56,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:56,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:57,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:53:58,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:58,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:59,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:53:59,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:53:59,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:01,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:01,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:01,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:01,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:01,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:03,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:03,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:03,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:03,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:04,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:05,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:05,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:05,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:05,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:06,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:08,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:08,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:08,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:08,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:08,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:10,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:10,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:10,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:10,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:11,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:12,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:12,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:13,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:13,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:13,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:15,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:15,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:15,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:15,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:16,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:17,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:17,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:17,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:17,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:18,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:20,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:20,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:20,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:20,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:20,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:22,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:22,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:22,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:22,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:23,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:24,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:24,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:25,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:25,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:25,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:27,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:27,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:27,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:27,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:28,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:29,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:29,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:30,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:30,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:30,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:32,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:32,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:32,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:32,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:32,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:34,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:34,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:34,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:34,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:35,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:36,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:36,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:36,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:36,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:37,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:39,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:39,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:39,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:39,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:39,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:41,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:41,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:41,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:41,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:42,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:43,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:43,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:44,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:44,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:44,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:46,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:46,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:46,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:46,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:46,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:48,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:48,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:48,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:48,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:49,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:50,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:50,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:51,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:51,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:51,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:53,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:53,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:53,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:53,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:53,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:55,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:55,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:55,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:55,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:56,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:54:57,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:57,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:58,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:54:58,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:54:58,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:00,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:00,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:00,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:00,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:00,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:02,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:02,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:02,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:02,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:03,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:04,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:04,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:04,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:04,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:05,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:06,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:06,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:07,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:07,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:07,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:09,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:09,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:09,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:09,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:10,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:12,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:12,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:12,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:12,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:13,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:14,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:14,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:15,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:15,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:15,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:17,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:17,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:17,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:17,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:18,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:19,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:19,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:20,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:20,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:20,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:22,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:22,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:22,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:22,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:22,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:24,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:24,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:24,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:24,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:25,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:26,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:26,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:27,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:27,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:27,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:29,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:29,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:29,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:29,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:30,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:31,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:31,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:32,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:32,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:32,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:34,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:34,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:34,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:34,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:34,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:36,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:36,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:36,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:36,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:37,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:38,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:38,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:39,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:39,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:39,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:41,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:41,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:41,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:41,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:41,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:43,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:43,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:43,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:43,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:44,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:45,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:45,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:46,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:46,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:46,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:48,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:48,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:48,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:48,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:48,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:50,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:50,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:50,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:50,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:51,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:53,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:53,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:53,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:53,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:54,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:55,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:55,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:56,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:56,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:56,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:55:58,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:58,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:58,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:55:58,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:55:58,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:00,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:00,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:00,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:00,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:01,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:03,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:03,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:03,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:03,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:03,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:05,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:05,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:05,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:05,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:06,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:07,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:07,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:08,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:08,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:08,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:10,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:10,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:10,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:10,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:10,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:12,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:12,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:12,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:12,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:13,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:14,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:14,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:15,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:15,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:15,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:17,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:17,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:17,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:17,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:17,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:19,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:19,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:19,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:19,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:20,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:22,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:22,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:22,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:22,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:22,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:24,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:24,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:24,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:24,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:25,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:26,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:26,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:27,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:27,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:27,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:29,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:29,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:29,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:29,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:29,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:31,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:31,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:31,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:31,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:32,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:33,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:33,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:34,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:34,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:35,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:36,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:36,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:36,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:36,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:37,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:38,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:38,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:39,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:39,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:39,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:41,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:41,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:41,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:41,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:41,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:43,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:43,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:43,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:43,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:44,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:45,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:45,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:46,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:46,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:46,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:48,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:48,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:48,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:48,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:48,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:50,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:50,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:50,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:50,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:51,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:52,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:52,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:53,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:53,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:53,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:55,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:55,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:55,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:55,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:56,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:57,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:57,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:57,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:57,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:56:58,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:56:59,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:56:59,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:00,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:00,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:00,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:02,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:02,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:02,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:02,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:02,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:04,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:04,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:04,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:04,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:05,146 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:06,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:06,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:07,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:07,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:07,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:09,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:09,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:09,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:09,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:09,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:11,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:11,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:11,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:11,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:12,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:13,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:13,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:14,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:14,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:14,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:16,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:16,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:16,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:16,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:17,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:18,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:18,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:19,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:19,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:19,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:21,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:21,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:21,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:21,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:21,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:23,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:23,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:23,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:23,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:24,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:25,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:25,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:26,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:26,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:26,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:28,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:28,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:28,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:28,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:28,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:30,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:30,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:30,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:30,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:31,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:32,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:32,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:32,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:32,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:33,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:35,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:35,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:35,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:35,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:35,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:37,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:37,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:37,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:37,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:38,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:39,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:39,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:40,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:40,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:40,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:42,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:42,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:42,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:42,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:42,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:44,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:44,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:44,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:44,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:45,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:46,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:46,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:47,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:47,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:47,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:49,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:49,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:49,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:49,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:50,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:51,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:51,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:52,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:52,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:52,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:54,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:54,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:54,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:54,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:54,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:56,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:56,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:56,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:56,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:57:57,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:57:59,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:59,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:59,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:57:59,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:00,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:01,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:01,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:01,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:01,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:02,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:03,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:03,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:04,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:04,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:04,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:06,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:06,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:06,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:06,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:07,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:08,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:08,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:09,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:09,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:09,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:11,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:11,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:11,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:11,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:11,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:13,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:13,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:13,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:13,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:14,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:15,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:15,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:16,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:16,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:16,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:18,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:18,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:18,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:18,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:18,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:20,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:20,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:20,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:20,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:21,210 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:22,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:22,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:23,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:23,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:23,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:25,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:25,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:25,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:25,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:25,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:27,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:27,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:27,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:27,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:28,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:29,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:29,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:30,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:30,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:30,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:32,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:32,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:32,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:32,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:32,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:34,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:34,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:34,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:34,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:35,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:36,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:36,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:37,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:37,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:38,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:39,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:39,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:39,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:39,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:40,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:42,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:42,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:42,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:42,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:42,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:44,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:44,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:44,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:44,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:44,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:46,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:46,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:47,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:47,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:47,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:49,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:49,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:49,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:49,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:49,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:51,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:51,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:51,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:51,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:52,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:53,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:53,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:54,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:54,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:54,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:56,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:56,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:56,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:56,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:56,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:58:58,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:58,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:58,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:58:58,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:58:59,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:00,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:00,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:01,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:01,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:01,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:03,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:03,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:03,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:03,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:03,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:05,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:05,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:05,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:05,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:06,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:07,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:07,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:07,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:07,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:08,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:10,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:10,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:10,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:10,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:10,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:12,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:12,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:12,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:12,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:13,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:14,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:14,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:14,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:14,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:15,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:16,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:16,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:17,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:17,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:18,146 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:19,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:19,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:20,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:20,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:20,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:22,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:22,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:22,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:22,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:22,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:24,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:24,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:24,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:24,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:25,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:26,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:26,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:27,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:27,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:27,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:29,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:29,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:29,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:29,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:30,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:31,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:31,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:31,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:31,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:32,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:33,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:33,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:34,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:34,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:34,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:36,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:36,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:36,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:36,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:36,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:38,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:38,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:38,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:38,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:39,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:40,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:40,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:41,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:41,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:41,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:43,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:43,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:43,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:43,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:43,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:45,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:45,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:45,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:45,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:46,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:47,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:47,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:48,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:48,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:48,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:50,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:50,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:50,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:50,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:50,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:52,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:52,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:52,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:52,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:53,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:54,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:54,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:55,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:55,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:55,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:57,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:57,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:57,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:57,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 19:59:57,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 19:59:59,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:59,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:59,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 19:59:59,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:00,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:02,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:02,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:02,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:02,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:02,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:04,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:04,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:04,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:04,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:05,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:06,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:06,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:07,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:07,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:07,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:09,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:09,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:09,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:09,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:09,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:11,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:11,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:11,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:11,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:12,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:13,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:13,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:14,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:14,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:14,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:16,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:16,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:16,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:16,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:16,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:18,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:18,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:18,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:18,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:19,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:20,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:20,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:21,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:21,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:21,595 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:23,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:23,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:23,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:23,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:23,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:25,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:25,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:25,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:25,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:26,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:27,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:27,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:28,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:28,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:28,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:30,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:30,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:30,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:30,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:30,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:32,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:32,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:32,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:32,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:33,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:35,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:35,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:35,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:35,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:35,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:37,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:37,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:37,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:37,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:37,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:39,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:39,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:39,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:39,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:40,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:42,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:42,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:42,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:42,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:42,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:44,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:44,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:44,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:44,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:45,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:47,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:47,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:47,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:47,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:47,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:49,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:49,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:49,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:49,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:50,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:51,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:51,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:52,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:52,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:52,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:54,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:54,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:54,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:54,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:54,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:56,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:56,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:56,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:56,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:57,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:00:58,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:58,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:59,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:00:59,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:00:59,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:01,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:01,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:01,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:01,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:01,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:03,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:03,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:03,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:03,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:04,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:05,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:05,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:06,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:06,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:06,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:08,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:08,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:08,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:08,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:09,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:10,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:10,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:11,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:11,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:11,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:13,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:13,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:13,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:13,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:13,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:15,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:15,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:15,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:15,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:16,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:17,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:17,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:18,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:18,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:18,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:20,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:20,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:20,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:20,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:20,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:22,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:22,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:22,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:22,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:23,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:25,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:25,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:25,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:25,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:26,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:27,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:27,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:28,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:28,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:28,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:30,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:30,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:30,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:30,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:30,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:32,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:32,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:32,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:32,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:33,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:34,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:34,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:35,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:35,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:35,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:37,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:37,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:37,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:37,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:37,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:39,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:39,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:39,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:39,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:39,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:41,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:41,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:41,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:41,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:42,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:43,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:43,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:44,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:44,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:44,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:46,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:46,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:46,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:46,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:46,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:48,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:48,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:48,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:48,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:49,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:50,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:50,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:51,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:51,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:51,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:53,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:53,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:53,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:53,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:53,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:55,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:55,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:55,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:55,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:56,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:01:57,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:57,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:58,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:01:58,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:01:58,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:00,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:00,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:00,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:00,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:00,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:02,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:02,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:02,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:02,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:03,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:05,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:05,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:05,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:05,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:06,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:07,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:07,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:08,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:08,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:08,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:10,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:10,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:10,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:10,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:10,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:12,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:12,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:12,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:12,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:13,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:14,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:14,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:15,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:15,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:15,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:17,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:17,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:17,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:17,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:17,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:19,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:19,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:19,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:19,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:20,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:21,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:21,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:21,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:21,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:22,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:24,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:24,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:24,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:24,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:24,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:26,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:26,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:26,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:26,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:27,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:28,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:28,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:28,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:28,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:29,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:30,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:30,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:31,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:31,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:31,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:33,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:33,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:33,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:33,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:33,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:35,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:35,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:35,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:35,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:36,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:38,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:38,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:38,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:38,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:38,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:40,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:40,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:40,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:40,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:41,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:42,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:42,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:43,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:43,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:44,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:45,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:45,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:46,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:46,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:46,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:48,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:48,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:48,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:48,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:49,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:50,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:50,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:50,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:50,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:51,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:53,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:53,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:53,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:53,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:53,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:55,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:55,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:55,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:55,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:56,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:02:57,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:57,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:58,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:02:58,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:02:58,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:00,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:00,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:00,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:00,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:00,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:02,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:02,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:03,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:03,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:03,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:05,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:05,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:05,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:05,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:05,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:07,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:07,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:07,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:07,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:08,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:09,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:09,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:10,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:10,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:10,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:11,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:11,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:12,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:12,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:12,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:14,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:14,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:14,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:14,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:15,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:16,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:16,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:17,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:17,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:17,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:19,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:19,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:19,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:19,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:19,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:21,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:21,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:21,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:21,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:22,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:23,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:23,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:24,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:24,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:25,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:26,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:26,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:26,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:26,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:27,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:28,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:28,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:29,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:29,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:29,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:31,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:31,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:31,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:31,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:31,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:33,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:33,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:33,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:33,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:34,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:35,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:35,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:36,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:36,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:36,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:38,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:38,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:38,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:38,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:38,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:40,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:40,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:40,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:40,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:41,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:42,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:42,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:43,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:43,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:43,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:45,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:45,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:45,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:45,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:45,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:47,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:47,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:47,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:47,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:48,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:49,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:49,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:50,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:50,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:50,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:52,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:52,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:52,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:52,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:52,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:54,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:54,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:55,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:55,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:55,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:57,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:57,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:57,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:57,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:03:57,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:03:59,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:59,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:59,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:03:59,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:00,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:01,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:01,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:02,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:02,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:02,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:04,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:04,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:04,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:04,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:04,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:06,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:06,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:06,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:06,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:07,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:08,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:08,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:09,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:09,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:09,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:11,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:11,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:11,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:11,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:11,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:13,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:13,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:13,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:13,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:14,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:16,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:16,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:16,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:16,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:16,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:18,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:18,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:18,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:18,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:19,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:20,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:20,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:21,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:21,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:21,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:23,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:23,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:23,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:23,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:23,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:25,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:25,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:25,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:25,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:26,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:27,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:27,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:28,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:28,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:28,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:30,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:30,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:30,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:30,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:30,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:32,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:32,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:32,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:32,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:33,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:34,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:34,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:34,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:34,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:35,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:37,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:37,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:37,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:37,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:37,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:39,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:39,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:39,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:39,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:40,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:41,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:41,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:41,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:41,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:42,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:44,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:44,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:44,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:44,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:45,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:46,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:46,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:47,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:47,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:47,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:49,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:49,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:49,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:49,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:49,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:51,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:51,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:51,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:51,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:52,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:53,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:53,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:54,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:54,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:54,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:56,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:56,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:56,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:56,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:56,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:04:58,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:58,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:58,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:04:58,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:04:59,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:01,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:01,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:01,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:01,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:01,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:03,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:03,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:03,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:03,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:04,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:05,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:05,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:06,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:06,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:06,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:08,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:08,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:08,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:08,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:08,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:10,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:10,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:10,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:10,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:11,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:12,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:12,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:13,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:13,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:13,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:15,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:15,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:15,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:15,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:15,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:17,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:17,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:17,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:17,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:18,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:19,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:19,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:19,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:19,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:20,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:21,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:21,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:22,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:22,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:22,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:24,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:24,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:24,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:24,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:25,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:27,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:27,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:27,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:27,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:28,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:29,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:29,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:30,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:30,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:30,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:32,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:32,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:32,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:32,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:32,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:34,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:34,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:34,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:34,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:35,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:37,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:37,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:37,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:37,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:37,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:39,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:39,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:39,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:39,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:40,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:41,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:41,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:42,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:42,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:42,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:44,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:44,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:44,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:44,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:44,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:46,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:46,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:46,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:46,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:47,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:48,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:48,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:49,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:49,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:49,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:51,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:51,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:51,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:51,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:51,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:53,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:53,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:53,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:53,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:53,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:55,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:55,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:55,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:55,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:56,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:05:58,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:58,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:58,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:05:58,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:05:58,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:00,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:00,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:00,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:00,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:01,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:02,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:02,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:03,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:03,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:03,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:05,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:05,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:05,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:05,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:05,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:07,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:07,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:07,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:07,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:08,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:10,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:10,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:10,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:10,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:10,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:12,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:12,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:12,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:12,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:13,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:14,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:14,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:15,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:15,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:15,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:17,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:17,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:17,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:17,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:17,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:19,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:19,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:19,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:19,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:20,246 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:22,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:22,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:22,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:22,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:22,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:24,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:24,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:24,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:24,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:25,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:26,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:26,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:27,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:27,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:27,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:29,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:29,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:29,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:29,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:29,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:31,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:31,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:31,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:31,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:32,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:33,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:33,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:34,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:34,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:34,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:36,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:36,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:36,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:36,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:36,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:38,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:38,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:38,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:38,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:39,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:40,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:40,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:41,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:41,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:41,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:43,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:43,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:43,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:43,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:43,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:45,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:45,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:45,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:45,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:46,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:47,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:47,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:48,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:48,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:49,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:50,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:50,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:51,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:51,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:51,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:53,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:53,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:53,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:53,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:53,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:55,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:55,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:55,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:55,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:55,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:06:57,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:57,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:58,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:06:58,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:06:58,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:00,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:00,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:00,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:00,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:00,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:02,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:02,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:02,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:02,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:02,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:04,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:04,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:04,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:04,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:05,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:07,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:07,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:07,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:07,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:07,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:09,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:09,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:09,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:09,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:10,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:11,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:11,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:12,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:12,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:12,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:14,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:14,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:14,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:14,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:14,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:16,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:16,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:16,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:16,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:17,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:18,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:18,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:19,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:19,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:19,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:21,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:21,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:21,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:21,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:21,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:23,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:23,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:23,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:23,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:24,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:26,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:26,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:26,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:26,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:26,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:28,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:28,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:28,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:28,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:29,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:30,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:30,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:31,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:31,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:31,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:33,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:33,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:33,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:33,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:34,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:36,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:36,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:36,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:36,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:36,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:38,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:38,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:38,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:38,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:39,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:40,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:40,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:41,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:41,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:41,464 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:43,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:43,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:43,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:43,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:43,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:45,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:45,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:45,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:45,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:46,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:47,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:47,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:48,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:48,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:48,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:50,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:50,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:50,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:50,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:50,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:52,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:52,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:52,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:52,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:53,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:54,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:54,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:55,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:55,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:55,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:57,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:57,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:57,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:57,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:07:57,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:07:59,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:59,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:59,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:07:59,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:00,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:01,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:01,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:02,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:02,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:02,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:04,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:04,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:04,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:04,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:04,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:06,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:06,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:06,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:06,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:07,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:09,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:09,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:09,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:09,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:09,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:11,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:11,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:11,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:11,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:12,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:14,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:14,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:14,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:14,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:14,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:16,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:16,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:16,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:16,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:17,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:19,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:19,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:19,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:19,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:19,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:21,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:21,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:21,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:21,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:22,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:23,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:23,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:23,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:23,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:24,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:25,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:25,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:26,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:26,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:26,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:28,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:28,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:28,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:30,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:30,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:30,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:30,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:31,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:32,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:32,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:33,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:33,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:33,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:35,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:35,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:35,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:35,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:35,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:37,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:37,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:37,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:37,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:38,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:40,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:40,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:40,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:40,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:40,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:42,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:42,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:42,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:42,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:43,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:44,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:44,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:45,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:45,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:45,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:47,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:47,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:47,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:47,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:47,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:49,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:49,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:49,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:49,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:50,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:51,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:51,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:52,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:52,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:52,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:54,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:54,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:54,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:54,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:55,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:56,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:56,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:57,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:57,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:57,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:08:59,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:59,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:59,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:08:59,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:08:59,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:01,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:01,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:01,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:01,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:02,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:03,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:03,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:04,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:04,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:04,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:06,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:06,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:06,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:06,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:06,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:08,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:08,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:08,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:08,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:09,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:10,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:10,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:11,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:11,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:11,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:13,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:13,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:13,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:13,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:13,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:15,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:15,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:15,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:15,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:16,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:17,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:17,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:18,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:18,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:18,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:20,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:20,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:20,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:20,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:20,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:22,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:22,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:22,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:22,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:23,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:24,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:24,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:25,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:25,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:25,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:27,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:27,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:27,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:27,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:28,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:30,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:30,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:30,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:30,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:30,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:32,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:32,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:32,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:32,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:33,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:34,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:34,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:35,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:35,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:35,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:37,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:37,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:37,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:37,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:38,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:39,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:39,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:39,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:39,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:40,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:41,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:41,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:42,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:42,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:42,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:44,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:44,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:44,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:44,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:44,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:46,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:46,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:46,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:46,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:47,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:48,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:48,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:49,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:49,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:49,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:51,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:51,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:51,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:51,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:52,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:53,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:53,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:54,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:54,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:54,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:56,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:56,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:56,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:56,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:56,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:09:58,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:58,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:58,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:09:58,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:09:59,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:00,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:00,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:00,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:00,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:01,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:02,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:02,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:03,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:03,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:03,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:05,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:05,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:05,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:05,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:06,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:07,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:07,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:08,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:08,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:08,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:10,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:10,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:10,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:10,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:10,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:12,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:12,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:12,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:12,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:13,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:14,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:14,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:15,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:15,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:15,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:17,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:17,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:17,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:17,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:17,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:19,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:19,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:19,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:19,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:20,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:21,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:21,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:22,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:22,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:22,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:24,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:24,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:24,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:24,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:24,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:26,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:26,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:26,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:26,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:27,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:28,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:28,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:29,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:29,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:29,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:31,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:31,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:31,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:31,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:31,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:33,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:33,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:33,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:33,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:34,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:35,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:35,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:36,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:36,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:36,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:38,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:38,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:38,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:38,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:38,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:40,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:40,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:41,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:42,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:42,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:43,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:43,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:43,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:45,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:45,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:45,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:45,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:45,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:47,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:47,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:47,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:47,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:48,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:49,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:49,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:50,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:50,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:50,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:52,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:52,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:52,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:52,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:52,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:54,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:54,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:54,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:54,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:55,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:56,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:56,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:57,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:57,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:57,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:10:59,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:59,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:59,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:10:59,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:10:59,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:01,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:01,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:01,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:01,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:02,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:03,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:03,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:04,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:04,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:04,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:06,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:06,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:06,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:06,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:06,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:08,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:08,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:08,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:08,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:09,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:10,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:10,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:10,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:10,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:11,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:13,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:13,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:13,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:13,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:13,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:15,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:15,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:15,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:15,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:16,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:17,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:17,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:18,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:18,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:18,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:20,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:20,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:20,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:20,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:21,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:22,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:22,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:23,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:23,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:23,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:25,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:25,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:25,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:25,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:25,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:27,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:27,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:27,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:27,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:28,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:29,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:29,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:30,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:30,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:30,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:32,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:32,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:32,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:32,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:32,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:34,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:34,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:34,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:34,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:35,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:36,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:36,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:36,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:36,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:37,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:39,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:39,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:39,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:39,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:39,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:41,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:41,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:41,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:41,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:42,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:43,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:43,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:43,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:43,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:44,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:45,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:45,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:46,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:46,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:46,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:48,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:48,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:48,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:48,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:48,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:50,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:50,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:50,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:50,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:51,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:52,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:52,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:53,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:53,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:53,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:55,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:55,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:55,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:55,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:55,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:11:57,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:57,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:57,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:11:57,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:11:58,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:00,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:00,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:00,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:00,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:00,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:02,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:02,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:02,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:02,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:03,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:04,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:05,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:05,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:05,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:05,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:07,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:07,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:07,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:07,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:07,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:09,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:09,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:09,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:09,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:10,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:11,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:11,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:12,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:12,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:12,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:14,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:14,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:14,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:14,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:14,880 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:16,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:16,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:16,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:16,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:17,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:18,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:18,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:19,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:19,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:19,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:21,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:21,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:21,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:21,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:21,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:23,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:23,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:23,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:23,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:24,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:25,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:25,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:26,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:26,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:26,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:28,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:28,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:28,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:28,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:28,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:30,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:30,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:30,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:30,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:31,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:32,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:32,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:33,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:33,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:33,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:35,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:35,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:35,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:35,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:36,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:37,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:37,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:38,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:38,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:38,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:40,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:40,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:40,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:40,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:40,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:42,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:42,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:42,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:42,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:43,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:44,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:44,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:45,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:45,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:45,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:47,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:47,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:47,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:47,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:47,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:49,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:49,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:49,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:49,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:50,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:51,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:51,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:52,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:52,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:52,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:54,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:54,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:54,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:54,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:54,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:56,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:56,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:56,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:56,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:57,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:12:58,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:58,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:59,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:12:59,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:12:59,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:01,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:01,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:01,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:01,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:01,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:03,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:03,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:03,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:03,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:04,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:06,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:06,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:06,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:06,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:06,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:08,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:08,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:08,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:08,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:09,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:10,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:10,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:11,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:11,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:11,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:13,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:13,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:13,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:13,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:13,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:15,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:15,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:15,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:15,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:16,841 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:18,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:18,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:18,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:18,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:19,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:20,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:20,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:20,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:20,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:21,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:23,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:23,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:23,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:23,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:23,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:25,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:25,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:25,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:25,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:26,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:27,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:27,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:28,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:28,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:28,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:30,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:30,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:30,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:30,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:30,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:32,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:32,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:32,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:32,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:33,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:34,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:34,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:35,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:35,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:35,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:37,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:37,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:37,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:37,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:37,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:39,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:39,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:39,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:39,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:40,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:41,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:41,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:42,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:42,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:42,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:44,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:44,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:44,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:44,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:44,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:46,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:46,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:46,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:46,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:47,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:48,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:48,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:49,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:49,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:49,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:51,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:51,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:51,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:51,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:51,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:53,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:53,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:53,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:53,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:54,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:56,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:56,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:56,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:56,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:56,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:13:58,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:58,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:58,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:13:58,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:13:59,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:00,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:00,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:01,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:01,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:01,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:03,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:03,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:03,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:03,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:03,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:05,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:05,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:05,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:05,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:06,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:07,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:07,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:07,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:07,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:08,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:09,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:09,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:10,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:10,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:10,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:12,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:12,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:12,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:12,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:12,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:14,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:14,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:14,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:14,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:15,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:16,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:16,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:17,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:17,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:17,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:19,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:19,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:19,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:19,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:19,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:21,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:21,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:21,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:21,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:22,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:23,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:23,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:24,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:24,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:24,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:26,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:26,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:26,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:26,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:27,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:28,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:28,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:28,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:28,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:29,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:30,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:30,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:31,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:31,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:31,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:33,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:33,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:33,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:33,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:34,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:36,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:36,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:36,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:36,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:37,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:38,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:38,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:39,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:39,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:39,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:41,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:41,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:41,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:41,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:41,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:43,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:43,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:43,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:43,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:44,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:46,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:46,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:46,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:46,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:46,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:48,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:48,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:48,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:48,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:48,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:50,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:50,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:50,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:50,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:51,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:52,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:52,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:53,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:53,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:53,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:55,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:55,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:55,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:55,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:55,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:14:57,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:57,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:57,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:14:57,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:14:58,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:00,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:00,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:00,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:00,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:00,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:02,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:02,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:02,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:02,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:03,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:04,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:04,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:05,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:05,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:05,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:07,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:07,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:07,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:07,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:07,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:09,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:09,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:09,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:09,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:10,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:12,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:12,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:12,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:12,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:12,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:14,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:14,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:14,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:14,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:15,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:16,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:16,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:17,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:17,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:17,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:19,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:19,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:19,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:19,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:19,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:21,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:21,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:21,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:21,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:22,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:23,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:23,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:24,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:24,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:24,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:26,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:26,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:26,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:26,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:26,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:28,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:28,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:29,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:29,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:29,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:31,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:31,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:31,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:31,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:31,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:33,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:33,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:33,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:33,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:34,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:36,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:36,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:36,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:36,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:36,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:38,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:38,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:38,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:38,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:39,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:40,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:40,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:40,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:40,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:41,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:42,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:42,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:43,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:43,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:43,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:45,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:45,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:45,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:45,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:46,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:48,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:48,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:48,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:48,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:48,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:50,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:50,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:50,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:50,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:51,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:52,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:52,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:53,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:53,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:53,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:54,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:54,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:55,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:55,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:55,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:57,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:57,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:57,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:57,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:15:57,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:15:59,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:59,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:59,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:15:59,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:00,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:01,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:01,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:02,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:02,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:02,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:04,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:04,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:04,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:04,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:05,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:06,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:06,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:06,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:06,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:07,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:09,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:09,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:09,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:09,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:09,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:11,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:11,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:11,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:11,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:12,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:13,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:13,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:14,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:14,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:14,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:16,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:16,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:16,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:16,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:16,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:18,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:18,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:18,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:18,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:19,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:20,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:20,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:21,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:21,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:21,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:23,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:23,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:23,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:23,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:23,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:25,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:25,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:25,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:25,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:27,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:28,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:28,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:29,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:29,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:29,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:31,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:31,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:31,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:31,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:31,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:33,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:33,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:33,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:33,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:34,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:35,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:35,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:36,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:36,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:36,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:38,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:38,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:38,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:38,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:38,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:40,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:40,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:40,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:40,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:41,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:42,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:42,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:42,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:42,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:43,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:45,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:45,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:45,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:45,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:45,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:47,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:47,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:47,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:47,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:48,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:49,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:49,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:50,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:50,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:50,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:52,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:52,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:52,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:52,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:52,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:54,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:54,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:54,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:54,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:55,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:56,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:56,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:57,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:57,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:57,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:16:59,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:59,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:59,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:16:59,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:16:59,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:01,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:01,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:01,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:01,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:02,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:03,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:03,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:04,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:04,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:05,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:06,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:06,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:07,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:07,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:07,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:09,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:09,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:09,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:09,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:09,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:11,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:11,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:11,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:11,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:12,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:13,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:13,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:14,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:14,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:14,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:15,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:15,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:16,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:16,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:16,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:18,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:18,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:18,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:18,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:19,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:20,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:20,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:20,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:20,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:21,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:23,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:23,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:23,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:23,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:23,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:25,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:25,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:25,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:25,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:26,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:27,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:27,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:27,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:27,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:28,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:29,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:29,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:30,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:30,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:30,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:32,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:32,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:32,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:32,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:32,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:34,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:34,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:34,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:34,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:35,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:36,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:36,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:37,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:37,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:37,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:39,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:39,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:39,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:39,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:39,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:41,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:41,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:41,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:41,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:42,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:44,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:44,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:44,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:44,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:45,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:46,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:46,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:47,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:47,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:47,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:49,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:49,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:49,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:49,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:49,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:51,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:51,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:51,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:51,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:52,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:54,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:54,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:54,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:54,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:54,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:56,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:56,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:56,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:56,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:57,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:17:58,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:58,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:59,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:17:59,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:17:59,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:01,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:01,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:01,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:01,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:01,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:03,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:03,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:03,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:03,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:03,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:05,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:05,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:05,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:05,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:06,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:08,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:08,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:08,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:08,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:08,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:10,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:10,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:10,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:10,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:10,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:12,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:12,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:12,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:12,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:13,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:15,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:15,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:15,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:15,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:15,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:17,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:17,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:17,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:17,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:18,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:20,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:20,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:20,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:20,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:21,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:22,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:22,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:23,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:23,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:23,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:25,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:25,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:25,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:25,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:25,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:27,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:27,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:27,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:27,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:28,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:29,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:29,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:30,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:30,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:30,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:32,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:32,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:32,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:32,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:33,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:34,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:34,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:34,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:34,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:35,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:37,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:37,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:37,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:37,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:37,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:39,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:39,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:39,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:39,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:40,093 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:41,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:41,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:42,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:42,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:42,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:44,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:44,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:44,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:44,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:44,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:46,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:46,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:46,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:46,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:47,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:48,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:48,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:49,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:49,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:49,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:51,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:51,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:51,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:51,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:51,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:53,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:53,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:53,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:53,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:54,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:55,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:55,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:56,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:56,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:57,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:18:59,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:59,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:59,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:18:59,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:18:59,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:01,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:01,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:01,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:01,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:02,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:03,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:03,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:04,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:04,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:04,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:06,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:06,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:06,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:06,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:06,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:08,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:08,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:08,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:08,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:09,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:10,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:10,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:11,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:11,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:11,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:13,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:13,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:13,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:13,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:13,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:15,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:15,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:15,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:15,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:16,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:17,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:17,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:18,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:18,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:18,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:20,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:20,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:20,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:20,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:20,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:22,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:22,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:22,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:22,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:23,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:24,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:24,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:25,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:25,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:25,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:27,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:27,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:27,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:27,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:27,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:29,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:29,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:29,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:29,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:30,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:31,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:31,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:32,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:32,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:32,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:34,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:34,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:34,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:34,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:34,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:36,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:36,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:36,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:36,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:37,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:39,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:39,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:39,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:39,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:40,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:41,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:41,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:42,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:42,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:42,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:43,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:43,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:44,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:44,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:44,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:46,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:46,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:46,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:46,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:47,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:48,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:48,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:49,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:49,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:49,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:51,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:51,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:51,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:51,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:51,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:53,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:53,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:53,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:53,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:54,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:56,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:56,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:56,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:56,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:56,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:19:58,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:58,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:58,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:19:58,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:19:58,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:00,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:00,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:00,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:00,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:01,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:02,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:02,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:03,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:03,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:03,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:05,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:05,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:05,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:05,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:05,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:07,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:07,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:07,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:07,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:07,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:09,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:09,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:09,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:09,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:10,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:11,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:11,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:12,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:12,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:12,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:14,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:14,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:14,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:14,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:14,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:16,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:16,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:16,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:16,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:18,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:19,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:19,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:20,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:20,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:20,464 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:22,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:22,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:22,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:22,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:22,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:24,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:24,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:24,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:24,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:25,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:26,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:26,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:27,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:27,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:27,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:29,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:29,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:29,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:29,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:29,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:31,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:31,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:31,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:31,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:32,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:33,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:33,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:34,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:34,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:34,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:36,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:36,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:36,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:36,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:36,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:38,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:38,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:38,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:38,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:39,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:41,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:41,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:41,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:41,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:41,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:43,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:43,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:43,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:43,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:44,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:45,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:45,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:46,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:46,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:46,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:48,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:48,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:48,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:48,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:48,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:50,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:50,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:50,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:50,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:51,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:52,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:52,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:53,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:53,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:53,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:55,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:55,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:55,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:55,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:56,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:57,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:57,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:57,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:57,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:20:58,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:20:59,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:20:59,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:00,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:00,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:01,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:03,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:03,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:03,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:03,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:03,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:05,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:05,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:05,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:05,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:06,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:07,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:07,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:07,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:07,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:08,397 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:10,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:10,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:10,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:10,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:10,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:12,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:12,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:12,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:12,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:13,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:14,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:14,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:15,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:15,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:15,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:17,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:17,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:17,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:17,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:17,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:19,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:19,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:19,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:19,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:20,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:21,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:21,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:22,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:22,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:22,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:24,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:24,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:24,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:24,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:24,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:26,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:26,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:26,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:26,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:27,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:28,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:28,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:29,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:29,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:29,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:31,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:31,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:31,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:31,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:31,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:33,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:33,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:33,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:33,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:34,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:36,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:36,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:36,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:36,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:36,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:38,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:38,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:38,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:38,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:39,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:40,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:40,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:41,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:41,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:41,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:42,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:42,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:43,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:43,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:44,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:45,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:45,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:46,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:46,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:46,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:48,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:48,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:48,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:48,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:48,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:50,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:50,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:50,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:50,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:51,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:53,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:53,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:53,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:53,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:53,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:55,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:55,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:55,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:55,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:56,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:57,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:57,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:21:58,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:21:59,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:21:59,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:00,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:00,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:00,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:02,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:02,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:02,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:02,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:02,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:04,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:04,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:04,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:04,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:05,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:06,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:06,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:07,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:07,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:07,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:09,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:09,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:09,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:09,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:09,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:11,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:11,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:11,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:11,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:12,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:13,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:13,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:14,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:14,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:14,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:16,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:16,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:16,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:16,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:17,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:18,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:18,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:19,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:19,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:19,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:21,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:21,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:21,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:21,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:21,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:23,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:23,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:23,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:23,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:24,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:25,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:25,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:26,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:26,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:26,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:28,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:28,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:28,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:28,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:29,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:31,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:31,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:31,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:31,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:31,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:33,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:33,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:33,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:33,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:34,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:35,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:35,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:36,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:36,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:36,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:38,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:38,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:38,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:38,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:38,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:40,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:40,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:40,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:40,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:41,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:42,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:42,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:43,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:43,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:43,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:45,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:45,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:45,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:45,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:45,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:47,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:47,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:47,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:47,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:48,235 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:49,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:49,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:50,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:50,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:50,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:52,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:52,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:52,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:52,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:53,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:54,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:54,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:54,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:54,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:55,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:56,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:56,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:57,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:57,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:22:57,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:22:59,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:59,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:59,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:22:59,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:00,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:01,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:01,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:02,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:02,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:02,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:04,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:04,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:04,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:04,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:04,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:06,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:06,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:06,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:06,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:07,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:09,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:09,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:09,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:09,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:10,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:11,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:11,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:11,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:11,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:12,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:13,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:13,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:14,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:14,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:14,639 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:16,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:16,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:16,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:16,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:17,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:18,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:18,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:19,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:19,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:19,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:21,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:21,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:21,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:21,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:21,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:23,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:23,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:23,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:23,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:24,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:26,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:26,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:26,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:28,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:28,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:28,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:28,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:28,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:30,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:30,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:31,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:31,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:31,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:33,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:33,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:33,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:33,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:33,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:35,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:35,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:35,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:35,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:36,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:37,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:37,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:38,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:38,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:38,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:40,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:40,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:40,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:40,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:41,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:42,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:42,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:43,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:43,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:43,528 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:45,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:45,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:45,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:45,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:45,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:47,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:47,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:47,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:47,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:48,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:49,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:49,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:50,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:50,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:50,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:52,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:52,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:52,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:52,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:53,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:55,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:55,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:55,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:55,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:55,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:57,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:57,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:57,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:57,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:23:58,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:23:59,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:23:59,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:00,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:00,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:00,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:02,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:02,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:02,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:02,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:02,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:04,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:04,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:05,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:05,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:05,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:07,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:07,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:07,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:07,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:07,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:09,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:09,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:09,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:09,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:10,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:12,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:12,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:12,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:12,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:12,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:14,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:14,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:14,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:14,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:15,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:16,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:16,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:16,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:16,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:17,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:18,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:18,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:19,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:19,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:19,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:21,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:21,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:21,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:21,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:22,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:23,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:23,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:23,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:23,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:24,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:25,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:25,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:26,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:26,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:26,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:28,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:28,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:28,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:28,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:28,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:30,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:30,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:30,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:30,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:31,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:32,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:32,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:33,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:33,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:33,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:35,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:35,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:35,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:35,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:36,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:38,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:38,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:38,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:38,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:39,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:40,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:40,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:41,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:41,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:41,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:42,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:42,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:43,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:43,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:43,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:45,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:45,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:45,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:45,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:45,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:47,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:47,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:47,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:47,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:48,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:49,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:49,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:50,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:50,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:50,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:52,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:52,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:52,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:52,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:52,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:54,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:54,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:54,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:54,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:55,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:57,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:57,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:57,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:57,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:57,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:24:59,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:59,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:59,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:24:59,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:24:59,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:01,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:01,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:01,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:01,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:02,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:03,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:03,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:04,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:04,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:04,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:06,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:06,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:06,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:06,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:07,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:08,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:08,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:08,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:08,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:09,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:11,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:11,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:11,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:11,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:11,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:13,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:13,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:13,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:13,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:14,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:15,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:15,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:16,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:16,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:16,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:18,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:18,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:18,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:18,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:19,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:21,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:21,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:21,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:21,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:21,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:23,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:23,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:23,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:23,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:24,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:25,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:25,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:26,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:26,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:26,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:28,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:28,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:28,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:28,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:28,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:30,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:30,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:30,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:30,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:31,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:32,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:32,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:33,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:33,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:33,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:35,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:35,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:35,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:35,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:35,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:37,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:37,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:37,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:37,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:38,146 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:39,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:39,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:40,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:40,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:40,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:42,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:42,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:42,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:42,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:42,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:44,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:44,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:44,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:44,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:45,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:46,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:46,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:47,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:47,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:47,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:49,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:49,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:49,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:49,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:49,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:51,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:51,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:51,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:51,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:52,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:54,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:54,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:54,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:54,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:54,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:56,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:56,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:56,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:56,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:57,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:25:58,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:58,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:59,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:25:59,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:25:59,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:01,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:01,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:01,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:01,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:02,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:04,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:04,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:04,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:04,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:04,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:06,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:06,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:06,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:06,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:07,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:08,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:08,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:09,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:09,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:09,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:11,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:11,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:11,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:11,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:11,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:13,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:13,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:13,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:13,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:14,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:15,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:15,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:16,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:16,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:16,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:18,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:18,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:18,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:18,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:18,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:20,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:20,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:20,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:20,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:21,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:22,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:22,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:23,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:23,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:23,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:25,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:25,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:25,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:25,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:26,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:27,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:27,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:28,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:28,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:28,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:30,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:30,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:30,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:30,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:30,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:32,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:32,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:32,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:32,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:33,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:34,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:34,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:35,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:35,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:35,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:37,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:37,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:37,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:37,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:37,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:39,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:39,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:39,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:39,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:40,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:41,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:41,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:42,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:42,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:43,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:44,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:44,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:44,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:44,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:45,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:47,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:47,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:47,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:47,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:47,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:49,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:49,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:49,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:49,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:49,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:51,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:51,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:51,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:51,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:52,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:54,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:54,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:54,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:54,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:54,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:56,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:56,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:56,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:56,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:57,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:26:58,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:58,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:59,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:26:59,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:26:59,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:27:00,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:27:00,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:27:00,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:27:00,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. - 20%|█████████████████���███████▍ | 2000/10000 [6:13:35<6:33:13, 2.95s/it][INFO|trainer.py:3738] 2024-10-05 20:27:51,281 >> Saving model checkpoint to ./checkpoint-2000 -{'eval_loss': 0.1527385264635086, 'eval_wer': 10.719520685990693, 'eval_runtime': 4116.9756, 'eval_samples_per_second': 3.311, 'eval_steps_per_second': 0.414, 'epoch': 1.03} -[INFO|configuration_utils.py:410] 2024-10-05 20:27:51,283 >> Configuration saved in ./checkpoint-2000/config.json -[INFO|configuration_utils.py:868] 2024-10-05 20:27:51,283 >> Configuration saved in ./checkpoint-2000/generation_config.json -[INFO|modeling_utils.py:3000] 2024-10-05 20:27:59,704 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 2 checkpoint shards. You can find where each parameters has been saved in the index located at ./checkpoint-2000/model.safetensors.index.json. -[INFO|feature_extraction_utils.py:435] 2024-10-05 20:27:59,706 >> Feature extractor saved in ./checkpoint-2000/preprocessor_config.json -[INFO|feature_extraction_utils.py:435] 2024-10-05 20:28:23,557 >> Feature extractor saved in ./preprocessor_config.json -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/torch/utils/checkpoint.py:295: FutureWarning: `torch.cpu.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cpu', args...)` instead. - with torch.enable_grad(), device_autocast_ctx, torch.cpu.amp.autocast(**ctx.cpu_autocast_kwargs): # type: ignore[attr-defined] - 20%|████████████████████████▊ | 2005/10000 [6:14:24<670:41:45, 302.00s/it]/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( - 25%|███████████████████████████████▊ | 2500/10000 [6:38:50<6:01:14, 2.89s/it][INFO|trainer.py:4054] 2024-10-05 20:53:06,377 >> -{'loss': 0.1322, 'grad_norm': 1.8788173198699951, 'learning_rate': 3.6726973684210522e-06, 'epoch': 1.03} -{'loss': 0.1176, 'grad_norm': 2.587233066558838, 'learning_rate': 3.6611842105263157e-06, 'epoch': 1.03} -{'loss': 0.1233, 'grad_norm': 4.001532077789307, 'learning_rate': 3.6496710526315787e-06, 'epoch': 1.04} -{'loss': 0.1188, 'grad_norm': 3.3947739601135254, 'learning_rate': 3.638157894736842e-06, 'epoch': 1.04} -{'loss': 0.1318, 'grad_norm': 3.4743120670318604, 'learning_rate': 3.626644736842105e-06, 'epoch': 1.04} -{'loss': 0.1224, 'grad_norm': 2.9288718700408936, 'learning_rate': 3.615131578947368e-06, 'epoch': 1.04} -{'loss': 0.1232, 'grad_norm': 2.6081368923187256, 'learning_rate': 3.603618421052631e-06, 'epoch': 1.05} -{'loss': 0.1073, 'grad_norm': 2.4068429470062256, 'learning_rate': 3.5921052631578946e-06, 'epoch': 1.05} -{'loss': 0.1071, 'grad_norm': 3.049074411392212, 'learning_rate': 3.5805921052631576e-06, 'epoch': 1.05} -{'loss': 0.1217, 'grad_norm': 2.0809032917022705, 'learning_rate': 3.5690789473684206e-06, 'epoch': 1.05} -{'loss': 0.1332, 'grad_norm': 3.0854332447052, 'learning_rate': 3.5575657894736836e-06, 'epoch': 1.06} -{'loss': 0.131, 'grad_norm': 3.580145835876465, 'learning_rate': 3.546052631578947e-06, 'epoch': 1.06} -{'loss': 0.136, 'grad_norm': 3.8924479484558105, 'learning_rate': 3.53453947368421e-06, 'epoch': 1.06} -{'loss': 0.1081, 'grad_norm': 2.8398871421813965, 'learning_rate': 3.523026315789473e-06, 'epoch': 1.06} -{'loss': 0.1115, 'grad_norm': 3.007026195526123, 'learning_rate': 3.511513157894737e-06, 'epoch': 1.07} -{'loss': 0.1183, 'grad_norm': 1.5712552070617676, 'learning_rate': 3.5e-06, 'epoch': 1.07} -{'loss': 0.113, 'grad_norm': 3.844963312149048, 'learning_rate': 3.488486842105263e-06, 'epoch': 1.07} -{'loss': 0.1115, 'grad_norm': 2.8939759731292725, 'learning_rate': 3.476973684210526e-06, 'epoch': 1.07} -{'loss': 0.1117, 'grad_norm': 1.8150537014007568, 'learning_rate': 3.4654605263157894e-06, 'epoch': 1.08} -{'loss': 0.1065, 'grad_norm': 2.839418649673462, 'learning_rate': 3.4539473684210524e-06, 'epoch': 1.08} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-05 20:53:06,378 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-05 20:53:06,378 >> Batch size = 8 -Reading metadata...: 13630it [00:00, 20386.07it/s] -[INFO|trainer_utils.py:830] 2024-10-05 20:53:07,820 >> 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. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:08,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:09,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:09,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:10,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:10,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:10,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:12,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:12,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:12,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:12,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:12,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:14,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:14,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:14,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:14,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:15,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:16,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:16,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:17,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:17,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:17,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:19,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:19,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:19,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:19,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:19,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:21,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:21,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:21,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:21,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:22,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:23,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:23,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:24,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:24,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:24,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:26,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:26,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:26,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:26,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:26,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:28,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:28,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:28,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:28,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:29,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:30,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:30,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:31,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:31,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:31,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:33,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:33,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:33,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:33,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:33,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:35,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:35,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:35,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:35,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:36,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:37,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:37,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:38,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:38,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:38,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:40,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:40,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:40,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:40,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:40,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:42,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:42,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:43,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:43,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:43,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:45,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:45,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:45,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:45,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:46,212 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:47,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:47,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:48,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:48,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:48,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:50,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:50,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:50,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:50,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:50,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:52,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:52,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:52,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:52,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:53,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:54,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:54,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:55,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:55,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:55,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:57,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:57,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:57,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:57,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:53:57,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:53:59,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:59,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:59,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:53:59,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:00,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:01,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:01,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:02,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:02,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:02,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:04,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:04,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:04,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:04,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:05,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:06,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:06,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:07,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:07,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:07,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:09,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:09,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:09,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:09,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:09,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:11,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:11,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:11,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:11,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:12,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:13,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:13,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:14,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:14,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:14,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:16,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:16,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:16,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:16,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:16,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:18,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:18,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:18,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:18,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:19,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:20,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:20,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:21,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:21,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:21,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:23,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:23,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:23,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:23,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:23,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:25,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:25,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:25,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:25,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:26,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:28,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:28,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:28,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:28,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:29,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:30,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:30,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:31,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:31,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:31,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:33,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:33,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:33,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:33,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:33,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:35,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:35,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:35,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:35,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:36,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:37,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:37,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:38,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:38,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:38,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:40,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:40,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:40,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:40,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:40,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:42,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:42,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:43,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:43,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:43,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:44,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:44,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:45,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:45,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:45,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:47,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:47,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:47,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:47,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:48,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:49,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:49,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:50,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:50,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:50,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:51,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:51,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:52,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:52,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:52,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:54,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:54,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:54,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:54,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:54,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:56,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:56,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:56,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:56,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:57,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:54:59,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:59,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:59,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:54:59,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:54:59,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:01,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:01,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:01,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:01,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:02,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:03,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:03,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:04,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:04,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:04,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:06,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:06,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:06,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:06,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:06,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:08,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:08,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:08,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:08,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:09,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:11,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:11,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:11,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:11,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:12,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:13,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:13,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:14,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:14,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:14,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:16,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:16,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:16,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:16,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:16,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:18,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:18,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:18,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:18,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:19,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:21,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:21,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:21,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:21,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:21,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:23,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:23,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:23,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:23,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:24,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:25,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:25,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:25,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:25,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:26,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:28,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:28,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:28,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:28,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:28,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:30,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:30,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:30,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:30,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:31,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:33,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:33,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:33,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:33,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:33,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:35,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:35,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:35,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:35,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:36,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:37,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:37,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:37,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:37,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:38,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:39,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:39,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:40,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:40,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:40,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:42,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:42,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:42,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:42,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:43,003 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:44,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:44,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:44,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:44,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:45,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:46,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:46,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:47,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:47,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:48,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:49,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:49,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:50,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:50,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:50,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:52,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:52,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:52,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:52,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:52,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:54,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:54,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:54,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:54,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:55,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:56,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:56,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:57,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:57,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:57,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:55:59,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:59,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:59,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:55:59,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:55:59,862 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:01,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:01,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:01,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:01,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:02,284 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:03,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:03,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:04,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:04,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:04,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:06,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:06,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:06,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:06,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:07,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:08,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:08,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:09,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:09,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:09,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:11,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:11,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:11,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:11,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:11,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:13,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:13,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:13,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:14,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:14,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:16,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:16,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:16,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:16,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:16,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:18,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:18,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:18,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:18,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:19,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:20,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:20,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:21,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:21,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:21,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:23,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:23,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:23,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:23,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:23,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:25,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:25,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:25,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:25,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:26,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:27,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:27,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:28,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:28,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:29,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:31,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:31,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:31,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:31,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:31,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:33,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:33,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:33,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:33,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:34,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:35,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:35,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:36,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:36,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:36,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:38,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:38,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:38,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:38,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:38,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:40,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:40,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:40,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:40,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:41,093 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:42,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:42,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:43,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:43,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:43,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:45,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:45,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:45,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:45,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:45,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:47,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:47,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:47,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:47,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:48,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:50,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:50,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:50,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:50,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:50,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:52,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:52,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:52,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:52,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:53,235 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:54,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:54,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:55,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:55,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:55,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:57,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:57,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:57,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:57,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:56:57,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:56:59,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:59,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:59,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:56:59,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:00,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:02,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:02,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:02,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:02,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:02,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:04,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:04,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:04,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:04,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:05,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:06,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:06,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:07,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:07,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:07,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:09,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:09,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:09,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:09,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:10,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:12,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:12,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:12,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:12,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:12,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:14,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:14,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:14,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:14,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:15,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:16,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:16,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:17,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:17,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:17,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:19,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:19,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:19,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:19,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:19,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:21,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:21,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:22,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:22,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:22,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:24,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:24,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:24,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:24,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:24,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:26,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:26,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:26,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:26,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:27,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:28,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:28,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:29,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:29,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:29,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:31,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:31,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:31,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:31,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:32,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:33,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:33,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:33,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:33,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:34,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:36,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:36,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:36,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:36,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:36,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:38,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:38,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:38,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:38,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:39,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:40,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:40,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:41,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:41,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:41,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:43,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:43,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:43,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:43,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:43,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:45,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:45,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:45,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:45,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:46,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:47,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:47,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:48,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:48,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:48,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:50,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:50,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:50,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:50,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:51,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:52,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:52,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:53,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:53,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:53,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:55,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:55,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:55,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:55,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:56,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:57:57,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:57,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:58,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:57:58,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:57:58,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:00,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:00,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:00,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:00,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:00,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:02,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:02,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:02,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:02,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:03,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:04,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:04,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:05,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:05,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:05,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:07,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:07,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:07,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:07,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:08,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:09,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:09,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:10,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:10,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:10,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:12,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:12,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:12,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:12,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:12,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:14,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:14,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:14,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:14,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:15,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:16,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:16,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:17,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:17,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:17,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:19,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:19,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:19,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:19,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:20,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:21,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:21,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:21,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:21,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:22,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:24,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:24,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:24,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:24,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:24,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:26,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:26,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:26,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:26,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:27,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:28,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:28,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:28,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:28,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:29,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:31,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:31,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:31,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:31,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:31,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:33,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:33,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:33,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:33,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:34,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:36,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:36,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:36,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:36,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:36,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:38,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:38,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:38,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:38,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:39,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:40,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:40,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:41,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:41,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:41,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:43,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:43,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:43,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:43,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:43,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:45,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:45,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:45,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:45,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:46,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:48,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:48,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:48,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:48,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:48,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:50,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:50,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:50,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:50,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:51,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:52,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:52,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:52,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:52,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:53,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:55,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:55,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:55,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:55,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:55,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:57,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:57,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:58:58,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:58:59,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:58:59,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:00,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:00,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:00,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:02,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:02,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:02,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:02,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:03,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:04,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:04,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:05,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:05,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:05,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:07,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:07,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:07,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:07,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:08,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:09,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:09,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:09,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:09,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:10,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:11,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:11,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:12,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:12,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:12,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:14,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:14,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:14,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:14,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:14,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:16,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:16,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:16,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:16,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:17,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:19,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:19,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:19,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:19,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:19,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:21,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:21,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:22,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:22,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:22,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:24,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:24,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:24,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:24,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:24,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:26,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:26,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:26,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:26,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:26,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:28,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:28,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:28,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:28,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:29,390 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:31,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:31,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:31,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:31,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:31,697 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:33,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:33,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:33,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:33,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:34,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:35,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:35,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:36,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:36,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:36,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:38,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:38,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:38,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:38,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:38,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:40,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:40,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:40,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:40,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:41,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:42,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:42,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:43,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:43,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:43,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:45,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:45,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:45,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:45,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:46,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:47,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:47,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:48,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:48,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:48,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:50,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:50,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:50,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:50,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:50,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:52,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:52,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:52,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:52,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:53,030 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:54,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:54,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:54,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:54,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:55,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:57,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:57,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:57,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:57,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 20:59:58,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 20:59:59,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 20:59:59,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:00,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:00,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:00,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:02,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:02,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:02,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:02,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:03,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:04,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:04,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:05,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:05,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:05,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:07,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:07,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:07,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:07,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:08,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:09,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:09,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:09,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:09,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:10,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:11,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:11,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:12,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:12,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:12,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:14,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:14,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:14,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:14,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:14,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:16,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:16,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:16,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:16,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:17,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:19,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:19,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:19,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:19,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:19,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:21,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:21,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:21,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:21,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:22,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:23,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:23,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:24,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:24,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:24,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:26,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:26,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:26,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:26,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:26,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:28,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:28,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:28,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:28,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:29,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:30,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:30,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:31,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:31,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:31,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:33,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:33,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:33,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:33,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:33,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:35,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:35,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:35,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:35,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:36,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:38,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:38,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:38,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:38,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:39,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:41,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:41,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:41,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:41,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:41,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:43,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:43,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:43,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:43,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:44,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:45,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:45,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:46,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:46,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:46,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:48,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:48,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:48,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:48,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:48,876 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:50,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:50,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:50,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:50,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:51,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:53,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:53,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:53,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:53,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:53,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:55,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:55,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:55,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:55,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:56,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:00:57,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:57,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:57,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:00:57,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:00:58,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:00,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:00,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:00,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:00,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:00,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:02,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:02,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:02,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:02,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:03,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:04,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:04,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:05,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:05,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:05,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:07,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:07,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:07,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:07,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:07,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:09,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:09,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:09,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:09,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:10,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:12,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:12,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:12,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:12,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:12,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:14,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:14,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:14,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:14,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:15,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:16,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:16,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:17,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:17,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:17,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:19,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:19,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:19,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:19,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:19,787 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:21,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:21,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:21,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:21,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:22,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:24,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:24,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:24,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:24,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:24,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:26,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:26,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:26,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:26,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:27,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:28,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:28,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:29,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:29,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:29,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:31,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:31,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:31,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:31,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:32,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:33,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:33,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:34,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:34,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:34,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:36,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:36,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:36,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:36,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:37,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:38,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:38,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:39,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:39,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:39,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:41,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:41,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:41,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:41,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:41,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:43,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:43,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:43,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:43,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:44,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:46,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:46,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:46,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:46,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:46,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:48,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:48,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:48,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:48,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:49,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:50,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:50,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:51,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:51,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:51,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:53,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:53,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:53,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:53,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:53,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:55,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:55,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:55,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:55,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:56,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:01:57,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:57,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:58,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:01:58,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:01:58,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:00,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:00,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:00,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:00,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:01,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:02,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:02,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:03,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:03,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:03,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:05,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:05,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:06,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:07,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:07,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:08,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:08,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:08,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:10,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:10,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:10,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:10,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:10,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:12,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:12,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:12,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:12,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:13,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:14,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:14,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:15,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:15,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:17,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:17,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:17,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:17,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:17,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:19,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:19,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:19,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:19,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:20,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:21,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:21,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:22,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:22,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:22,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:24,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:24,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:24,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:24,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:24,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:26,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:26,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:26,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:26,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:27,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:28,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:28,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:29,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:29,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:29,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:31,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:31,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:31,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:31,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:31,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:33,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:33,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:33,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:33,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:34,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:36,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:36,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:36,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:36,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:36,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:38,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:38,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:38,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:38,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:39,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:40,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:40,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:41,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:41,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:41,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:43,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:43,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:43,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:43,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:43,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:45,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:45,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:45,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:45,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:46,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:48,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:48,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:48,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:48,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:49,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:50,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:50,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:51,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:51,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:51,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:53,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:53,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:53,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:53,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:53,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:55,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:55,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:55,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:55,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:56,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:02:57,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:57,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:58,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:02:58,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:02:58,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:00,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:00,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:00,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:00,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:00,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:02,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:02,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:02,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:02,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:03,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:04,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:04,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:05,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:05,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:05,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:07,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:07,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:07,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:07,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:08,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:09,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:09,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:10,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:10,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:10,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:12,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:12,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:12,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:12,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:12,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:14,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:14,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:14,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:14,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:15,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:16,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:16,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:16,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:16,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:17,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:18,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:18,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:19,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:19,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:19,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:21,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:21,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:21,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:21,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:22,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:23,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:23,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:23,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:23,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:24,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:25,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:25,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:26,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:26,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:26,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:28,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:28,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:28,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:28,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:29,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:31,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:31,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:31,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:31,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:31,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:33,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:33,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:33,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:33,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:34,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:35,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:35,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:36,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:36,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:36,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:38,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:38,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:38,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:38,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:39,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:40,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:40,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:40,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:40,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:41,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:42,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:42,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:43,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:43,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:43,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:45,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:45,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:45,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:45,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:45,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:47,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:47,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:48,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:48,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:48,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:50,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:50,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:50,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:50,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:50,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:52,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:52,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:52,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:52,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:53,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:55,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:55,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:55,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:55,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:55,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:57,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:57,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:57,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:57,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:03:58,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:03:59,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:03:59,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:00,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:00,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:00,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:02,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:02,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:02,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:02,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:03,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:04,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:04,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:04,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:04,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:05,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:07,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:07,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:07,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:07,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:07,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:09,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:09,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:09,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:09,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:10,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:12,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:12,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:12,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:12,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:12,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:14,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:14,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:15,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:15,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:15,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:17,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:17,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:17,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:17,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:17,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:19,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:19,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:19,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:19,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:20,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:21,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:21,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:22,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:22,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:22,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:24,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:24,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:24,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:24,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:24,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:26,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:26,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:26,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:26,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:27,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:28,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:28,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:29,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:29,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:29,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:31,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:31,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:31,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:31,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:32,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:33,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:33,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:34,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:34,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:34,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:36,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:36,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:36,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:36,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:36,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:38,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:38,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:38,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:38,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:39,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:40,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:40,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:41,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:41,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:41,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:43,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:43,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:43,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:43,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:44,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:45,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:45,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:46,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:46,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:46,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:48,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:48,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:48,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:48,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:48,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:50,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:50,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:50,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:50,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:51,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:52,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:52,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:53,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:53,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:54,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:55,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:55,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:56,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:56,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:56,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:04:58,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:58,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:58,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:04:58,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:04:58,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:00,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:00,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:00,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:00,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:01,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:02,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:02,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:03,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:03,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:03,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:05,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:05,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:05,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:05,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:05,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:07,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:07,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:07,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:07,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:08,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:09,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:09,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:10,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:10,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:10,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:12,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:12,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:12,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:12,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:13,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:14,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:14,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:14,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:14,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:15,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:17,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:17,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:17,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:17,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:17,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:19,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:19,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:19,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:19,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:20,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:21,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:21,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:22,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:22,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:22,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:24,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:24,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:24,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:24,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:24,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:26,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:26,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:26,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:26,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:27,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:28,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:28,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:29,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:29,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:29,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:31,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:31,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:31,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:31,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:31,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:33,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:33,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:33,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:33,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:34,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:36,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:36,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:36,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:36,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:37,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:39,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:39,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:39,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:39,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:39,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:41,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:41,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:41,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:41,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:42,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:43,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:43,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:44,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:44,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:44,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:46,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:46,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:46,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:46,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:47,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:48,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:48,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:49,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:49,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:49,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:51,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:51,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:51,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:51,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:51,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:53,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:53,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:53,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:53,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:54,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:55,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:55,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:56,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:56,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:56,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:05:58,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:58,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:58,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:05:58,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:05:58,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:00,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:00,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:00,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:00,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:01,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:03,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:03,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:03,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:03,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:03,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:05,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:05,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:05,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:05,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:05,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:07,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:07,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:07,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:07,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:08,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:10,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:10,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:10,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:10,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:10,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:12,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:12,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:12,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:12,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:13,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:15,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:15,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:15,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:15,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:16,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:17,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:17,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:18,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:18,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:18,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:20,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:20,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:20,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:20,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:20,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:22,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:22,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:22,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:22,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:23,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:24,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:24,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:25,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:25,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:25,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:27,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:27,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:27,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:27,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:28,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:29,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:29,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:30,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:30,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:30,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:32,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:32,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:32,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:32,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:32,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:34,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:34,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:34,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:34,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:35,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:36,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:36,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:37,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:37,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:37,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:39,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:39,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:39,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:39,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:39,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:41,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:41,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:41,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:41,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:42,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:43,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:43,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:44,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:44,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:44,528 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:46,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:46,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:46,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:46,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:46,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:48,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:48,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:49,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:49,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:49,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:51,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:51,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:51,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:51,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:51,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:53,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:53,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:53,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:53,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:54,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:55,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:55,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:56,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:56,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:57,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:06:58,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:58,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:59,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:06:59,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:06:59,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:01,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:01,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:01,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:01,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:01,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:03,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:03,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:03,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:03,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:04,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:06,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:06,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:06,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:06,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:06,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:08,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:08,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:08,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:08,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:09,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:10,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:10,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:10,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:10,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:11,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:13,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:13,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:13,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:13,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:13,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:15,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:15,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:15,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:15,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:15,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:17,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:17,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:17,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:17,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:18,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:19,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:19,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:20,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:20,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:20,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:22,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:22,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:22,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:22,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:22,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:24,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:24,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:24,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:24,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:25,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:27,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:27,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:27,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:27,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:27,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:29,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:29,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:29,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:29,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:30,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:31,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:31,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:32,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:32,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:32,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:34,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:34,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:34,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:34,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:34,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:36,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:36,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:36,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:36,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:37,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:39,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:39,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:39,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:39,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:39,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:41,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:41,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:41,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:41,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:42,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:44,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:44,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:44,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:44,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:44,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:46,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:46,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:46,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:46,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:47,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:48,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:48,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:49,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:49,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:49,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:51,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:51,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:51,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:51,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:51,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:53,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:53,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:53,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:53,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:54,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:55,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:55,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:56,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:56,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:56,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:07:58,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:58,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:58,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:07:58,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:07:58,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:00,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:00,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:00,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:00,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:01,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:02,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:02,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:03,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:03,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:03,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:05,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:05,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:05,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:05,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:05,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:07,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:07,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:08,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:08,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:08,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:10,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:10,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:10,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:10,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:10,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:12,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:12,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:12,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:12,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:13,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:14,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:14,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:15,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:15,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:15,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:17,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:17,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:17,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:17,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:17,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:19,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:19,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:19,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:19,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:20,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:22,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:22,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:22,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:22,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:23,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:24,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:24,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:25,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:25,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:25,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:27,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:27,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:27,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:27,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:28,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:29,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:29,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:30,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:30,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:30,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:32,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:32,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:32,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:32,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:32,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:34,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:34,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:34,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:34,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:35,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:36,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:36,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:37,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:37,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:37,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:39,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:39,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:39,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:39,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:39,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:41,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:41,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:41,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:41,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:42,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:43,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:43,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:44,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:44,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:44,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:46,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:46,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:46,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:46,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:46,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:48,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:48,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:48,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:48,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:49,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:51,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:51,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:51,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:51,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:51,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:53,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:53,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:53,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:53,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:54,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:55,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:55,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:56,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:56,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:56,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:08:58,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:58,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:58,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:08:58,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:08:58,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:00,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:00,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:00,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:00,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:01,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:02,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:02,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:03,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:03,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:04,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:05,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:05,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:06,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:06,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:06,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:08,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:08,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:08,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:08,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:08,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:10,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:10,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:10,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:10,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:11,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:12,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:12,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:13,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:13,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:13,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:15,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:15,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:15,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:15,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:15,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:17,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:17,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:17,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:17,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:18,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:19,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:19,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:20,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:20,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:20,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:22,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:22,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:22,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:22,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:22,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:24,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:24,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:24,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:24,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:25,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:26,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:26,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:27,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:27,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:27,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:29,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:29,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:29,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:29,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:30,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:31,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:31,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:32,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:32,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:32,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:34,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:34,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:34,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:34,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:34,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:36,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:36,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:36,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:36,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:37,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:39,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:39,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:39,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:39,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:39,760 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:41,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:41,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:41,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:41,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:42,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:43,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:43,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:44,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:44,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:45,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:47,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:47,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:47,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:47,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:47,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:49,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:49,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:49,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:49,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:50,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:51,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:51,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:51,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:51,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:52,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:54,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:54,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:54,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:54,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:54,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:56,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:56,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:56,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:56,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:57,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:09:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:59,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:09:59,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:09:59,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:01,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:01,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:01,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:01,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:02,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:04,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:04,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:04,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:06,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:06,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:06,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:06,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:06,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:08,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:08,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:08,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:08,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:09,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:10,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:10,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:10,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:10,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:11,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:13,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:13,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:13,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:13,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:13,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:15,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:15,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:15,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:15,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:16,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:17,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:17,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:18,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:18,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:18,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:20,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:20,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:20,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:20,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:20,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:22,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:22,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:22,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:22,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:23,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:24,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:24,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:25,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:25,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:25,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:27,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:27,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:27,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:27,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:28,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:30,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:30,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:30,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:30,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:30,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:32,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:32,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:32,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:32,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:33,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:34,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:34,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:35,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:35,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:35,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:37,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:37,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:37,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:37,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:38,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:39,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:39,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:39,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:39,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:40,330 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:41,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:41,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:42,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:42,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:42,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:44,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:44,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:44,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:44,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:44,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:46,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:46,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:46,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:46,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:47,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:49,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:49,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:49,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:49,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:49,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:51,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:51,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:51,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:51,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:52,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:53,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:53,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:54,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:54,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:54,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:56,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:56,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:56,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:56,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:56,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:10:58,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:58,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:58,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:10:58,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:10:59,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:00,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:00,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:01,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:01,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:01,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:03,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:03,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:03,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:03,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:03,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:05,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:05,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:05,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:05,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:06,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:08,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:08,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:08,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:08,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:09,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:11,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:11,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:11,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:11,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:11,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:13,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:13,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:13,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:13,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:14,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:16,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:16,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:16,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:16,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:16,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:18,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:18,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:18,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:18,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:19,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:20,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:20,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:21,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:21,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:21,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:23,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:23,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:23,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:23,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:24,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:25,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:25,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:26,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:26,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:26,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:28,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:28,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:28,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:28,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:28,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:30,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:30,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:30,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:30,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:31,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:32,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:32,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:33,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:33,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:33,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:35,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:35,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:35,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:35,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:35,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:37,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:37,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:37,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:37,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:38,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:40,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:40,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:40,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:40,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:40,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:42,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:42,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:42,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:42,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:42,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:44,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:44,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:44,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:44,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:45,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:47,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:47,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:47,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:47,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:48,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:49,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:49,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:50,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:50,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:50,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:52,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:52,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:52,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:52,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:52,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:54,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:54,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:54,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:54,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:55,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:57,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:57,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:57,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:57,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:11:57,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:11:59,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:59,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:59,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:11:59,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:00,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:01,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:01,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:01,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:01,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:02,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:04,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:04,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:04,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:04,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:04,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:06,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:06,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:06,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:06,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:07,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:08,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:08,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:09,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:09,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:09,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:11,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:11,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:11,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:11,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:11,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:13,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:13,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:13,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:13,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:14,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:15,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:15,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:16,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:16,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:16,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:18,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:18,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:18,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:18,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:18,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:20,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:20,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:20,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:20,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:21,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:23,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:23,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:23,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:23,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:23,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:25,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:25,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:25,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:25,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:26,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:28,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:28,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:28,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:28,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:29,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:30,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:30,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:31,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:31,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:31,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:33,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:33,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:33,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:33,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:33,955 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:35,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:35,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:35,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:35,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:36,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:37,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:37,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:38,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:38,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:38,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:40,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:40,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:40,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:40,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:41,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:42,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:42,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:42,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:42,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:43,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:44,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:44,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:45,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:45,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:45,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:47,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:47,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:47,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:47,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:47,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:49,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:49,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:49,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:49,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:50,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:51,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:51,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:52,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:52,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:52,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:54,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:54,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:54,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:54,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:55,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:56,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:56,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:56,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:56,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:57,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:12:58,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:58,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:59,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:12:59,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:12:59,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:01,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:01,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:01,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:01,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:01,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:03,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:03,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:03,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:03,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:04,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:05,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:05,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:06,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:06,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:06,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:08,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:08,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:08,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:08,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:09,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:11,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:11,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:11,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:11,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:11,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:13,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:13,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:13,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:13,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:14,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:16,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:16,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:16,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:16,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:16,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:18,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:18,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:18,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:18,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:19,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:20,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:20,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:21,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:21,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:21,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:23,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:23,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:23,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:23,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:23,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:25,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:25,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:25,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:25,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:26,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:28,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:28,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:28,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:28,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:28,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:30,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:30,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:30,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:30,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:31,045 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:32,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:32,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:32,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:32,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:33,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:34,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:34,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:35,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:35,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:35,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:37,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:37,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:37,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:37,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:37,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:39,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:39,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:39,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:39,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:40,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:42,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:42,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:42,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:42,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:42,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:44,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:44,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:44,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:44,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:45,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:46,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:46,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:47,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:47,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:47,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:49,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:49,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:49,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:49,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:49,841 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:51,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:51,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:51,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:51,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:52,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:54,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:54,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:54,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:54,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:54,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:56,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:56,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:56,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:56,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:57,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:13:58,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:58,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:59,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:13:59,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:13:59,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:01,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:01,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:01,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:01,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:01,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:03,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:03,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:03,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:03,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:04,296 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:05,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:05,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:06,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:06,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:06,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:08,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:08,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:08,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:08,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:08,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:10,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:10,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:10,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:10,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:11,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:13,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:13,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:13,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:13,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:13,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:15,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:15,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:15,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:15,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:16,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:17,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:17,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:18,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:18,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:18,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:20,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:20,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:20,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:20,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:20,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:22,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:22,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:22,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:22,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:23,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:24,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:24,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:25,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:25,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:25,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:27,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:27,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:27,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:27,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:27,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:29,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:29,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:29,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:29,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:30,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:31,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:31,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:32,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:32,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:32,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:34,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:34,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:34,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:34,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:35,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:37,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:37,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:37,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:37,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:37,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:39,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:39,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:39,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:39,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:40,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:42,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:42,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:42,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:42,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:42,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:44,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:44,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:44,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:44,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:45,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:46,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:46,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:47,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:47,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:47,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:49,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:49,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:49,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:49,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:50,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:51,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:51,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:51,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:52,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:52,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:54,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:54,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:54,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:54,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:54,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:56,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:56,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:56,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:56,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:57,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:14:58,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:58,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:59,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:14:59,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:14:59,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:01,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:01,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:01,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:01,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:01,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:03,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:03,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:03,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:03,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:04,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:06,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:06,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:06,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:06,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:06,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:08,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:08,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:08,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:08,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:09,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:10,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:10,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:11,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:11,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:11,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:13,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:13,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:13,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:13,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:13,862 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:15,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:15,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:15,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:15,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:16,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:17,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:17,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:18,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:18,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:19,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:20,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:20,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:21,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:21,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:21,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:23,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:23,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:23,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:23,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:23,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:25,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:25,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:26,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:26,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:26,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:28,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:28,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:28,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:28,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:28,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:30,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:30,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:30,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:30,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:31,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:32,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:32,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:33,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:33,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:33,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:35,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:35,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:35,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:35,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:35,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:37,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:37,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:37,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:37,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:38,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:39,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:39,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:40,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:40,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:40,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:42,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:42,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:42,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:42,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:42,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:44,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:44,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:44,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:44,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:45,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:46,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:46,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:47,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:47,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:47,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:49,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:49,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:49,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:49,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:50,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:51,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:51,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:52,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:52,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:52,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:54,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:54,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:54,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:54,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:54,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:56,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:56,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:56,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:56,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:15:57,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:15:59,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:59,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:59,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:15:59,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:00,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:02,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:02,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:02,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:02,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:02,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:04,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:04,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:04,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:04,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:05,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:06,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:06,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:07,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:07,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:07,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:09,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:09,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:09,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:09,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:09,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:11,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:11,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:11,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:11,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:12,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:13,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:13,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:14,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:14,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:14,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:16,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:16,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:16,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:16,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:17,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:18,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:18,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:19,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:19,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:19,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:21,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:21,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:21,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:21,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:21,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:23,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:23,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:23,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:23,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:24,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:25,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:25,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:26,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:26,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:26,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:28,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:28,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:28,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:28,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:28,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:30,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:30,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:30,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:30,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:31,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:32,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:32,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:32,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:32,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:33,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:34,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:34,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:35,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:35,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:35,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:37,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:37,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:37,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:37,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:37,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:39,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:39,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:39,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:39,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:40,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:42,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:42,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:42,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:42,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:43,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:45,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:45,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:45,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:45,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:45,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:47,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:47,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:47,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:47,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:48,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:49,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:49,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:50,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:50,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:50,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:52,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:52,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:52,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:52,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:52,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:54,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:54,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:54,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:54,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:55,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:56,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:56,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:57,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:57,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:57,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:16:59,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:59,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:59,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:16:59,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:16:59,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:01,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:01,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:01,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:01,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:02,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:04,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:04,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:04,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:04,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:04,680 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:06,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:06,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:06,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:06,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:07,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:08,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:08,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:08,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:08,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:09,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:11,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:11,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:11,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:11,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:11,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:13,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:13,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:13,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:13,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:14,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:15,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:15,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:16,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:16,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:16,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:18,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:18,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:18,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:18,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:20,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:22,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:22,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:22,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:22,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:22,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:24,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:24,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:24,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:24,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:25,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:26,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:26,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:26,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:26,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:27,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:29,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:29,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:29,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:29,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:29,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:31,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:31,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:31,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:31,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:32,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:33,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:33,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:34,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:34,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:34,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:36,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:36,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:36,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:36,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:36,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:38,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:38,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:39,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:39,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:39,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:41,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:41,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:41,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:41,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:41,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:43,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:43,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:43,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:43,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:44,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:46,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:46,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:46,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:46,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:46,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:48,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:48,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:48,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:48,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:49,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:50,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:50,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:51,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:51,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:51,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:53,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:53,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:53,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:53,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:53,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:55,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:55,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:55,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:55,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:56,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:17:58,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:58,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:58,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:17:58,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:17:58,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:00,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:00,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:00,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:00,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:01,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:03,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:03,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:03,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:03,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:04,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:05,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:05,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:05,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:05,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:06,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:08,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:08,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:08,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:08,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:08,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:10,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:10,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:10,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:10,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:11,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:12,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:12,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:13,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:13,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:13,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:15,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:15,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:15,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:15,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:15,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:17,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:17,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:18,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:18,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:18,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:20,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:20,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:20,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:20,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:20,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:22,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:22,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:22,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:22,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:23,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:24,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:24,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:24,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:24,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:25,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:27,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:27,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:27,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:27,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:27,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:29,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:29,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:29,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:29,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:30,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:31,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:31,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:32,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:32,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:32,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:34,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:34,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:34,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:34,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:34,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:36,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:36,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:36,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:36,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:37,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:38,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:38,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:39,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:39,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:39,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:41,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:41,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:41,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:41,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:42,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:44,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:44,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:44,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:44,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:44,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:46,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:46,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:46,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:46,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:47,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:48,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:48,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:49,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:49,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:49,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:51,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:51,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:51,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:51,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:51,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:53,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:53,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:53,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:53,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:54,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:55,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:55,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:56,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:56,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:56,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:18:58,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:58,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:58,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:18:58,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:18:58,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:00,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:00,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:00,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:00,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:01,429 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:03,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:03,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:03,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:03,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:03,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:05,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:05,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:05,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:05,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:06,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:08,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:08,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:08,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:08,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:08,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:10,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:10,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:10,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:10,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:11,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:12,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:12,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:12,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:12,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:13,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:15,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:15,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:15,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:15,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:15,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:17,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:17,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:17,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:17,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:18,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:19,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:19,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:20,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:20,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:20,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:22,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:22,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:22,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:22,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:22,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:24,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:24,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:24,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:24,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:25,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:27,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:27,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:27,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:27,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:28,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:29,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:29,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:30,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:30,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:30,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:32,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:32,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:32,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:32,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:32,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:34,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:34,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:34,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:34,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:35,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:36,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:36,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:37,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:37,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:37,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:39,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:39,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:39,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:39,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:40,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:41,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:41,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:41,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:41,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:42,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:44,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:44,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:44,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:44,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:44,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:46,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:46,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:46,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:46,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:47,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:48,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:48,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:49,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:49,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:49,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:51,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:51,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:51,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:51,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:51,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:53,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:53,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:53,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:53,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:54,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:55,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:55,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:56,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:56,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:56,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:19:58,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:58,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:58,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:19:58,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:19:58,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:00,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:00,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:00,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:00,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:01,210 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:03,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:03,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:03,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:03,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:03,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:05,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:05,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:05,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:05,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:06,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:08,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:08,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:08,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:08,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:09,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:10,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:10,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:11,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:11,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:11,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:13,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:13,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:13,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:13,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:14,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:15,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:15,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:15,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:15,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:16,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:18,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:18,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:18,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:18,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:18,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:20,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:20,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:20,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:20,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:21,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:22,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:22,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:23,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:23,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:23,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:25,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:25,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:25,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:25,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:25,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:27,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:27,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:27,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:27,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:28,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:29,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:29,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:30,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:30,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:30,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:32,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:32,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:32,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:32,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:33,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:34,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:34,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:35,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:35,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:35,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:37,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:37,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:37,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:37,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:38,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:39,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:39,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:39,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:39,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:40,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:41,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:41,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:42,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:42,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:42,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:44,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:44,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:44,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:44,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:45,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:46,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:46,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:47,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:47,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:47,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:49,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:49,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:49,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:49,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:50,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:51,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:51,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:52,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:52,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:52,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:54,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:54,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:54,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:54,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:54,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:56,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:56,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:56,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:56,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:57,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:20:58,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:58,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:59,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:20:59,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:20:59,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:01,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:01,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:01,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:01,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:01,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:03,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:03,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:03,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:03,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:04,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:05,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:05,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:06,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:06,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:06,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:08,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:08,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:08,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:08,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:08,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:10,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:10,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:10,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:10,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:11,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:12,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:12,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:12,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:12,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:13,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:15,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:15,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:15,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:15,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:15,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:17,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:17,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:17,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:17,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:18,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:19,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:19,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:20,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:20,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:20,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:22,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:22,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:22,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:22,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:23,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:24,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:24,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:25,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:25,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:25,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:27,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:27,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:27,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:27,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:27,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:29,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:29,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:30,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:30,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:31,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:32,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:32,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:32,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:32,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:33,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:35,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:35,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:35,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:35,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:35,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:37,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:37,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:37,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:37,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:38,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:39,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:39,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:40,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:40,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:40,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:42,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:42,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:42,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:42,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:42,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:44,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:44,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:44,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:44,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:45,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:46,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:46,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:47,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:47,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:47,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:49,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:49,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:49,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:49,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:49,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:51,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:51,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:51,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:51,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:52,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:53,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:53,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:54,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:54,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:54,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:56,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:56,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:56,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:56,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:56,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:21:58,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:58,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:58,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:21:58,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:21:59,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:00,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:00,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:01,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:01,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:01,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:03,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:03,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:03,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:03,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:04,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:05,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:05,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:05,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:05,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:06,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:07,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:07,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:08,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:08,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:08,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:10,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:10,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:10,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:10,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:10,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:12,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:12,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:13,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:13,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:14,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:15,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:15,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:16,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:16,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:16,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:18,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:18,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:18,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:18,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:18,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:20,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:20,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:20,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:20,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:21,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:22,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:22,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:23,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:23,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:23,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:25,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:25,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:25,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:25,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:25,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:27,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:27,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:27,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:27,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:28,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:29,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:29,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:30,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:30,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:30,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:32,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:32,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:32,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:32,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:32,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:34,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:34,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:34,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:34,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:35,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:36,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:36,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:37,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:37,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:37,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:39,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:39,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:39,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:39,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:39,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:41,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:41,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:41,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:41,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:42,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:43,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:43,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:44,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:44,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:44,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:46,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:46,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:46,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:46,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:46,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:48,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:48,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:48,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:48,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:49,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:50,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:50,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:51,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:51,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:51,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:53,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:53,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:53,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:53,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:53,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:55,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:55,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:55,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:55,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:56,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:22:58,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:58,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:58,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:22:58,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:22:59,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:00,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:00,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:00,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:00,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:01,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:03,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:03,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:03,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:03,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:03,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:05,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:05,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:05,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:05,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:06,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:07,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:07,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:08,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:08,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:08,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:10,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:10,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:10,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:10,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:10,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:12,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:12,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:12,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:12,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:13,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:14,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:14,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:15,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:15,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:15,639 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:17,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:17,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:17,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:17,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:17,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:19,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:19,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:19,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:19,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:20,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:22,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:22,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:22,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:22,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:22,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:24,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:24,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:24,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:24,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:25,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:26,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:26,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:27,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:27,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:27,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:29,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:29,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:29,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:29,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:29,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:31,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:31,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:31,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:31,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:32,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:34,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:34,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:34,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:34,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:34,697 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:36,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:36,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:36,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:36,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:37,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:39,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:39,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:40,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:41,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:41,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:42,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:42,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:42,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:44,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:44,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:44,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:44,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:44,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:46,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:46,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:46,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:46,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:47,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:48,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:48,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:49,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:49,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:49,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:51,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:51,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:51,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:51,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:52,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:53,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:53,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:54,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:54,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:54,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:56,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:56,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:56,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:56,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:56,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:23:58,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:58,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:58,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:23:58,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:23:59,210 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:00,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:00,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:01,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:01,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:01,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:03,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:03,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:03,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:03,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:03,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:05,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:05,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:05,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:05,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:06,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:07,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:07,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:08,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:08,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:08,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:10,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:10,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:10,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:10,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:10,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:12,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:12,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:12,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:12,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:13,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:15,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:15,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:15,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:15,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:15,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:17,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:17,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:17,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:17,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:18,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:19,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:19,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:20,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:20,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:21,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:22,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:22,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:23,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:23,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:23,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:25,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:25,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:25,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:25,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:25,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:27,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:27,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:27,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:27,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:28,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:29,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:29,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:30,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:30,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:30,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:32,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:32,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:32,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:32,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:32,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:34,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:34,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:34,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:34,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:35,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:37,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:37,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:37,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:37,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:37,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:39,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:39,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:39,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:39,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:40,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:41,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:41,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:42,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:42,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:42,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:44,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:44,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:44,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:44,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:45,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:46,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:46,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:47,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:47,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:47,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:49,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:49,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:49,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:49,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:49,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:51,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:51,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:51,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:51,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:52,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:53,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:53,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:54,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:54,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:54,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:56,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:56,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:56,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:56,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:57,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:24:58,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:58,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:59,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:24:59,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:24:59,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:01,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:01,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:01,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:01,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:01,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:03,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:03,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:03,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:03,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:04,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:06,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:06,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:06,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:06,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:06,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:08,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:08,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:08,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:08,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:09,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:10,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:10,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:11,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:11,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:11,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:13,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:13,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:13,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:13,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:13,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:15,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:15,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:15,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:15,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:16,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:17,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:17,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:18,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:18,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:18,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:20,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:20,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:20,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:20,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:21,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:22,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:22,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:23,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:23,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:23,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:25,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:25,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:25,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:25,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:25,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:27,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:27,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:27,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:27,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:28,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:29,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:29,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:30,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:30,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:30,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:32,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:32,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:32,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:32,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:32,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:34,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:34,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:34,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:34,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:35,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:36,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:36,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:37,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:37,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:37,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:39,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:39,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:39,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:39,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:39,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:41,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:41,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:41,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:41,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:42,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:43,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:43,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:44,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:44,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:45,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:46,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:46,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:47,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:47,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:47,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:49,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:49,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:49,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:49,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:50,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:51,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:51,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:52,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:52,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:52,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:54,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:54,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:54,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:54,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:54,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:56,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:56,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:56,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:56,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:57,330 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:25:58,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:58,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:59,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:25:59,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:25:59,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:01,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:01,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:01,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:01,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:01,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:03,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:03,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:03,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:03,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:04,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:06,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:06,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:06,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:06,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:06,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:08,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:08,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:08,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:08,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:09,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:10,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:10,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:10,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:10,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:11,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:12,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:12,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:13,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:13,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:13,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:15,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:15,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:15,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:15,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:16,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:17,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:17,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:18,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:18,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:18,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:20,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:20,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:20,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:20,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:20,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:22,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:22,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:22,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:22,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:23,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:25,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:25,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:25,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:25,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:26,045 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:27,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:27,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:28,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:28,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:28,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:30,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:30,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:30,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:30,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:31,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:32,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:32,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:32,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:32,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:33,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:34,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:34,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:35,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:35,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:35,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:37,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:37,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:37,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:37,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:38,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:39,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:39,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:39,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:39,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:40,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:42,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:42,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:42,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:42,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:42,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:44,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:44,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:44,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:44,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:45,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:46,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:46,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:47,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:47,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:47,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:49,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:49,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:49,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:49,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:49,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:51,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:51,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:51,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:51,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:51,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:53,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:53,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:53,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:53,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:54,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:55,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:55,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:56,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:56,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:56,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:26:58,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:58,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:58,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:26:58,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:26:59,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:00,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:00,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:00,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:00,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:01,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:02,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:02,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:03,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:03,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:03,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:05,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:05,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:05,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:05,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:06,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:08,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:08,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:08,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:08,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:08,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:10,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:10,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:10,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:10,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:11,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:12,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:12,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:13,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:13,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:13,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:15,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:15,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:15,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:15,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:16,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:17,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:17,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:17,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:17,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:18,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:20,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:20,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:20,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:20,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:20,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:22,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:22,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:22,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:22,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:23,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:24,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:24,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:25,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:25,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:25,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:27,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:27,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:27,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:27,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:28,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:29,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:29,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:30,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:30,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:30,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:32,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:32,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:32,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:32,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:32,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:34,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:34,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:34,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:34,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:35,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:36,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:36,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:37,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:37,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:37,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:39,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:39,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:39,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:39,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:40,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:41,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:41,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:42,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:42,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:42,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:44,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:44,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:44,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:44,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:44,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:46,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:46,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:46,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:46,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:47,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:49,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:49,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:49,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:49,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:50,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:51,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:51,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:52,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:52,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:52,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:54,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:54,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:54,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:54,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:55,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:56,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:56,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:56,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:56,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:57,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:27:58,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:58,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:59,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:27:59,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:27:59,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:01,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:01,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:01,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:01,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:01,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:03,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:03,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:03,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:03,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:04,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:05,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:05,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:06,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:06,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:06,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:08,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:08,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:08,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:08,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:08,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:10,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:10,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:10,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:10,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:11,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:13,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:13,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:13,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:13,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:13,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:15,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:15,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:15,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:15,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:16,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:17,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:17,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:17,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:17,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:18,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:20,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:20,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:20,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:20,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:20,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:22,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:22,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:22,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:22,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:23,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:24,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:24,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:25,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:25,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:25,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:27,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:27,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:27,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:27,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:28,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:30,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:30,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:30,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:30,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:30,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:32,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:32,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:32,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:32,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:33,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:34,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:34,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:35,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:35,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:35,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:37,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:37,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:37,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:37,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:37,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:39,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:39,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:39,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:39,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:40,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:41,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:41,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:42,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:42,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:42,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:44,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:44,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:44,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:44,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:45,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:46,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:46,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:46,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:46,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:47,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:48,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:48,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:49,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:49,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:49,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:51,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:51,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:51,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:51,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:51,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:53,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:53,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:53,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:53,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:54,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:56,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:56,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:56,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:56,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:56,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:28:58,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:58,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:58,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:28:58,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:28:59,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:00,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:00,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:00,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:00,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:01,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:02,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:02,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:03,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:03,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:03,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:05,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:05,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:05,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:05,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:05,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:07,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:07,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:07,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:07,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:08,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:10,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:10,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:10,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:10,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:11,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:13,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:13,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:13,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:13,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:13,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:15,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:15,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:15,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:15,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:16,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:17,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:17,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:18,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:18,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:18,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:20,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:20,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:20,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:20,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:21,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:22,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:22,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:23,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:23,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:23,474 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:25,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:25,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:25,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:25,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:25,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:27,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:27,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:27,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:27,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:28,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:30,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:30,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:30,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:30,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:30,702 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:32,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:32,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:32,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:32,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:33,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:34,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:34,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:35,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:35,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:35,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:37,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:37,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:37,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:37,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:37,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:39,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:39,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:39,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:39,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:40,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:41,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:41,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:42,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:42,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:42,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:44,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:44,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:44,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:44,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:44,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:46,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:46,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:46,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:46,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:47,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:48,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:48,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:49,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:49,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:49,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:51,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:51,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:51,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:51,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:51,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:53,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:53,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:53,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:53,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:55,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:56,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:56,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:56,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:56,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:57,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:29:59,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:59,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:59,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:29:59,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:29:59,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:01,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:01,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:01,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:01,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:02,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:03,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:03,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:04,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:04,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:04,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:06,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:06,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:06,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:06,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:07,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:08,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:08,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:08,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:08,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:09,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:11,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:11,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:11,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:11,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:11,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:13,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:13,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:13,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:13,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:14,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:15,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:15,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:15,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:15,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:16,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:18,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:18,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:18,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:18,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:18,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:20,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:20,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:20,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:20,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:21,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:23,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:23,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:23,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:23,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:23,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:25,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:25,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:25,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:25,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:26,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:27,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:27,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:27,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:27,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:28,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:30,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:30,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:30,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:30,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:32,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:32,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:32,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:32,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:33,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:34,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:34,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:34,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:34,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:35,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:37,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:37,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:37,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:37,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:38,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:39,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:39,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:40,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:40,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:40,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:42,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:42,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:42,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:42,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:43,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:44,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:44,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:44,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:44,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:45,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:46,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:46,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:47,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:47,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:47,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:49,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:49,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:49,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:49,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:49,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:51,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:51,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:51,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:51,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:52,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:54,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:54,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:54,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:54,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:54,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:56,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:56,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:56,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:56,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:57,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:30:58,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:58,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:59,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:30:59,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:30:59,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:01,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:01,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:01,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:01,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:01,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:03,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:03,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:03,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:03,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:04,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:05,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:05,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:05,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:05,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:06,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:07,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:07,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:08,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:08,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:08,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:10,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:10,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:10,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:10,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:10,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:12,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:12,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:12,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:12,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:13,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:14,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:14,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:15,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:15,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:16,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:18,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:18,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:18,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:18,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:18,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:20,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:20,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:20,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:20,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:21,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:22,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:22,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:22,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:22,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:23,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:25,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:25,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:25,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:25,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:25,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:27,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:27,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:27,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:27,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:28,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:29,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:29,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:29,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:29,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:30,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:32,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:32,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:32,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:32,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:32,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:34,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:34,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:34,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:34,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:34,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:36,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:36,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:37,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:37,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:37,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:39,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:39,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:39,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:39,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:39,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:41,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:41,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:41,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:41,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:42,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:43,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:43,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:44,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:44,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:44,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:46,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:46,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:46,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:46,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:46,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:48,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:48,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:48,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:48,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:49,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:51,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:51,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:51,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:51,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:51,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:53,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:53,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:53,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:53,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:54,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:55,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:55,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:56,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:56,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:56,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:31:58,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:58,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:58,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:31:58,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:31:59,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:01,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:01,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:01,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:01,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:01,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:03,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:03,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:03,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:03,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:04,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:05,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:05,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:05,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:05,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:06,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:08,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:08,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:08,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:08,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:08,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:10,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:10,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:10,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:10,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:11,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:12,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:12,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:13,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:13,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:13,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:15,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:15,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:15,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:15,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:15,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:17,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:17,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:17,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:17,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:18,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:19,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:19,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:20,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:20,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:20,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:22,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:22,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:22,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:22,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:22,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:24,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:24,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:24,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:24,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:25,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:26,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:26,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:27,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:27,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:27,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:29,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:29,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:29,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:29,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:29,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:31,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:31,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:31,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:31,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:32,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:33,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:33,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:34,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:34,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:34,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:36,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:36,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:36,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:36,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:36,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:38,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:38,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:38,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:38,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:39,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:41,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:41,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:41,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:41,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:42,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:43,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:43,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:44,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:44,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:44,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:46,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:46,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:46,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:46,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:46,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:48,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:48,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:48,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:48,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:49,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:50,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:50,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:51,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:51,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:51,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:53,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:53,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:53,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:53,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:54,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:55,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:55,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:56,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:56,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:56,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:32:58,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:58,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:58,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:32:58,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:32:58,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:00,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:00,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:00,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:00,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:01,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:02,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:02,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:02,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:02,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:03,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:04,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:04,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:05,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:05,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:05,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:07,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:07,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:07,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:07,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:07,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:09,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:09,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:09,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:09,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:10,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:11,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:11,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:12,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:12,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:12,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:14,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:14,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:14,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:14,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:14,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:16,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:16,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:16,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:16,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:17,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:18,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:18,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:19,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:19,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:20,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:21,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:21,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:21,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:21,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:22,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:24,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:24,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:24,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:24,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:24,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:26,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:26,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:26,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:26,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:27,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:28,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:28,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:29,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:29,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:29,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:31,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:31,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:31,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:31,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:31,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:33,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:33,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:33,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:33,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:34,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:35,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:35,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:36,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:36,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:36,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:38,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:38,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:38,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:38,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:38,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:40,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:40,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:40,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:40,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:41,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:42,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:42,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:43,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:43,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:43,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:44,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:44,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:45,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:45,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:45,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:47,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:47,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:47,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:47,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:48,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:49,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:49,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:49,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:49,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:50,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:51,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:51,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:52,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:52,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:52,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:54,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:54,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:54,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:54,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:54,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:56,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:56,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:56,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:56,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:57,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:33:59,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:59,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:59,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:33:59,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:33:59,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:01,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:01,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:01,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:01,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:02,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:03,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:03,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:04,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:04,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:04,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:06,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:06,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:06,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:06,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:06,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:08,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:08,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:08,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:08,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:09,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:11,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:11,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:11,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:11,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:11,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:13,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:13,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:13,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:13,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:14,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:15,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:15,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:16,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:16,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:16,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:18,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:18,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:18,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:18,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:18,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:20,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:20,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:20,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:20,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:20,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:22,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:22,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:22,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:22,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:23,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:24,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:24,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:25,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:25,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:25,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:27,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:27,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:27,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:27,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:27,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:29,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:29,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:29,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:29,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:30,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:32,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:32,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:32,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:32,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:32,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:34,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:34,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:34,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:34,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:35,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:36,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:36,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:37,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:37,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:37,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:39,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:39,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:39,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:39,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:39,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:41,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:41,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:41,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:41,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:42,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:44,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:44,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:44,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:44,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:45,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:46,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:46,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:47,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:47,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:47,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:49,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:49,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:49,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:49,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:49,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:51,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:51,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:51,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:51,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:52,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:53,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:53,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:54,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:54,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:54,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:56,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:56,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:56,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:56,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:56,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:34:58,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:58,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:58,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:34:58,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:34:59,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:00,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:00,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:01,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:01,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:01,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:03,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:03,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:03,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:03,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:04,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:05,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:05,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:05,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:05,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:06,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:08,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:08,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:08,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:08,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:08,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:10,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:10,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:10,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:10,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:11,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:12,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:12,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:13,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:13,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:13,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:15,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:15,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:15,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:15,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:15,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:17,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:17,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:17,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:17,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:18,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:19,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:19,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:20,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:20,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:20,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:22,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:22,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:22,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:22,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:22,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:24,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:24,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:25,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:25,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:26,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:27,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:27,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:28,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:28,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:28,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:30,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:30,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:30,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:30,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:30,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:32,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:32,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:32,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:32,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:33,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:34,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:34,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:35,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:35,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:35,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:37,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:37,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:37,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:37,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:37,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:39,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:39,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:39,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:39,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:39,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:41,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:41,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:41,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:41,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:42,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:43,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:43,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:43,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:43,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:44,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:45,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:45,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:46,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:46,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:46,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:48,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:48,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:48,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:48,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:49,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:50,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:50,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:50,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:50,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:51,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:53,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:53,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:53,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:53,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:53,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:55,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:55,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:55,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:55,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:56,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:35:57,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:57,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:57,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:35:57,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:35:58,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:00,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:00,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:00,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:00,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:00,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:02,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:02,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:02,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:02,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:03,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:04,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:04,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:05,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:05,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:06,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:07,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:07,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:08,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:08,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:08,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:10,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:10,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:10,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:10,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:10,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:12,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:12,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:12,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:12,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:13,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:14,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:14,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:15,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:15,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:15,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:17,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:17,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:17,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:17,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:17,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:19,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:19,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:19,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:19,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:20,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:21,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:21,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:22,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:22,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:22,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:24,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:24,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:24,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:24,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:24,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:26,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:26,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:26,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:26,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:27,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:28,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:28,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:29,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:29,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:29,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:31,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:31,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:31,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:31,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:31,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:33,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:33,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:33,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:33,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:34,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:35,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:35,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:35,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:35,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:36,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:38,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:38,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:38,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:38,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:38,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:40,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:40,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:40,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:40,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:41,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:43,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:43,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:43,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:43,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:43,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:45,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:45,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:45,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:45,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:46,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:48,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:48,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:48,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:48,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:49,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:51,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:51,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:51,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:51,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:51,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:53,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:53,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:53,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:53,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:54,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:55,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:55,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:56,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:56,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:56,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:36:58,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:58,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:58,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:36:58,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:36:58,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:00,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:00,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:00,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:00,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:01,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:02,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:02,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:03,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:03,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:03,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:05,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:05,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:05,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:05,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:06,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:07,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:07,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:07,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:07,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:08,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:10,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:10,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:10,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:10,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:10,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:12,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:12,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:12,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:12,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:13,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:14,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:14,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:14,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:14,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:15,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:17,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:17,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:17,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:17,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:17,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:19,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:19,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:19,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:19,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:20,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:21,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:21,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:21,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:21,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:22,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:23,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:23,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:24,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:24,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:24,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:26,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:26,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:26,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:26,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:27,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:29,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:29,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:29,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:29,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:29,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:31,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:31,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:31,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:31,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:32,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:33,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:33,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:34,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:34,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:34,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:36,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:36,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:36,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:36,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:36,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:38,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:38,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:38,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:38,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:39,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:40,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:40,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:41,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:41,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:41,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:43,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:43,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:43,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:43,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:43,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:45,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:45,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:45,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:45,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:46,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:47,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:47,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:48,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:48,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:48,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:50,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:50,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:50,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:50,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:51,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:52,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:52,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:52,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:52,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:53,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:55,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:55,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:55,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:55,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:55,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:37:57,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:57,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:57,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:37:57,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:37:58,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:00,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:00,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:00,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:00,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:00,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:02,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:02,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:02,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:02,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:03,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:04,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:04,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:05,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:05,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:05,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:06,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:06,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:07,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:07,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:08,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:09,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:09,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:10,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:10,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:10,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:12,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:12,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:12,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:12,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:12,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:14,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:14,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:14,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:14,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:15,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:16,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:16,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:17,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:17,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:17,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:19,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:19,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:19,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:19,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:19,862 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:21,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:21,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:21,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:21,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:22,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:24,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:24,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:24,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:24,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:24,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:26,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:26,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:26,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:26,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:27,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:28,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:28,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:28,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:28,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:29,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:30,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:30,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:31,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:31,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:31,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:33,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:33,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:33,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:33,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:33,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:35,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:35,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:35,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:35,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:36,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:37,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:37,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:38,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:38,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:38,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:40,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:40,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:40,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:40,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:40,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:42,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:42,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:42,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:42,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:43,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:44,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:44,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:45,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:45,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:45,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:47,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:47,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:47,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:47,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:48,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:50,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:50,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:50,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:50,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:50,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:52,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:52,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:52,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:52,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:53,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:54,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:54,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:55,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:55,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:55,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:57,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:57,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:57,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:57,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:38:57,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:38:59,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:59,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:59,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:38:59,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:00,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:01,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:01,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:02,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:02,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:02,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:04,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:04,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:04,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:04,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:04,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:06,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:06,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:07,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:07,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:07,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:09,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:09,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:09,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:09,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:09,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:11,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:11,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:11,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:11,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:12,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:13,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:13,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:14,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:14,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:14,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:16,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:16,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:16,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:16,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:16,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:18,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:18,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:18,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:18,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:19,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:20,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:20,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:20,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:20,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:21,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:22,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:22,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:23,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:23,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:23,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:25,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:25,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:25,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:25,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:25,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:27,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:27,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:28,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:28,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:29,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:30,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:30,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:31,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:31,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:31,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:33,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:33,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:33,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:33,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:33,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:35,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:35,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:35,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:35,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:36,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:37,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:37,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:38,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:38,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:38,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:40,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:40,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:40,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:40,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:41,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:42,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:42,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:43,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:43,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:43,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:44,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:44,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:45,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:45,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:45,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:47,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:47,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:47,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:47,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:48,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:49,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:49,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:49,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:49,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:50,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:51,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:51,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:52,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:52,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:52,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:54,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:54,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:54,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:54,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:54,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:56,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:56,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:56,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:56,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:57,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:39:58,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:58,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:59,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:39:59,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:39:59,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:01,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:01,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:01,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:01,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:01,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:03,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:03,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:03,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:03,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:04,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:05,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:05,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:06,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:06,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:06,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:08,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:08,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:08,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:08,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:08,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:10,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:10,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:10,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:10,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:11,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:13,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:13,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:13,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:13,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:14,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:15,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:15,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:15,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:15,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:16,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:18,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:18,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:18,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:18,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:18,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:20,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:20,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:20,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:20,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:21,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:22,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:22,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:23,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:23,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:23,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:25,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:25,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:25,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:25,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:25,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:27,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:27,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:28,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:28,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:28,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:30,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:30,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:30,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:30,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:30,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:32,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:32,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:32,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:32,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:33,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:34,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:34,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:35,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:35,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:35,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:37,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:37,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:37,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:37,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:37,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:39,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:39,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:39,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:39,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:40,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:41,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:41,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:42,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:42,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:42,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:44,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:44,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:44,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:44,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:44,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:46,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:46,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:46,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:46,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:47,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:48,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:48,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:49,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:49,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:49,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:51,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:51,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:51,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:51,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:52,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:54,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:54,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:54,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:54,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:54,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:56,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:56,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:56,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:56,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:57,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:40:58,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:58,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:58,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:40:58,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:40:59,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:01,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:01,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:01,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:01,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:01,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:03,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:03,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:03,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:03,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:04,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:05,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:05,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:05,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:05,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:06,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:08,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:08,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:08,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:08,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:08,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:10,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:10,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:10,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:10,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:11,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:12,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:12,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:13,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:13,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:13,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:15,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:15,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:15,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:15,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:15,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:17,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:17,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:17,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:17,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:18,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:19,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:19,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:20,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:20,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:20,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:22,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:22,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:22,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:22,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:22,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:24,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:24,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:24,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:24,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:25,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:27,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:27,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:27,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:27,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:27,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:29,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:29,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:29,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:29,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:30,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:31,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:31,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:31,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:31,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:32,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:34,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:34,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:34,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:34,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:35,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:37,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:37,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:37,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:37,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:37,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:39,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:39,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:39,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:39,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:40,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:41,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:41,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:41,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:41,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:42,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:44,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:44,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:44,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:44,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:44,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:46,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:46,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:46,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:46,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:47,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:49,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:49,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:49,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:49,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:49,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:51,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:51,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:51,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:51,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:51,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:53,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:53,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:53,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:53,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:54,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:55,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:55,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:56,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:56,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:56,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:41:58,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:58,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:58,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:41:58,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:41:59,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:00,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:00,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:01,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:01,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:01,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:03,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:03,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:03,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:03,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:03,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:05,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:05,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:05,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:05,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:06,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:07,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:07,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:07,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:07,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:08,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:10,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:10,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:10,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:10,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:10,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:12,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:12,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:12,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:12,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:13,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:14,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:14,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:14,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:14,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:16,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:17,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:17,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:17,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:17,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:18,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:20,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:20,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:20,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:20,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:20,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:22,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:22,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:22,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:22,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:23,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:24,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:24,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:25,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:25,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:25,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:27,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:27,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:27,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:27,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:27,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:29,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:29,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:29,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:29,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:30,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:31,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:31,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:32,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:32,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:32,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:34,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:34,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:34,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:34,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:34,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:36,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:36,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:36,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:36,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:37,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:38,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:38,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:39,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:39,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:39,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:41,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:41,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:41,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:41,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:42,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:43,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:43,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:44,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:44,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:44,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:46,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:46,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:46,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:46,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:46,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:48,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:48,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:48,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:48,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:49,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:50,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:50,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:51,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:51,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:51,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:53,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:53,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:53,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:53,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:53,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:55,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:55,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:55,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:55,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:56,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:42:58,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:58,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:58,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:42:58,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:42:59,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:00,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:00,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:01,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:01,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:01,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:03,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:03,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:03,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:03,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:03,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:05,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:05,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:05,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:05,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:06,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:07,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:07,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:08,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:08,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:08,620 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:10,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:10,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:10,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:10,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:10,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:12,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:12,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:12,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:12,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:13,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:15,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:15,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:15,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:15,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:15,697 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:17,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:17,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:17,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:17,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:17,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:19,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:19,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:19,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:19,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:20,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:22,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:22,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:22,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:22,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:22,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:24,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:24,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:24,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:24,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:25,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:26,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:26,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:27,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:27,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:27,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:29,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:29,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:29,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:29,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:29,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:31,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:31,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:31,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:31,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:32,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:34,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:34,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:34,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:34,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:35,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:37,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:37,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:37,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:37,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:37,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:39,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:39,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:39,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:39,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:40,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:41,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:41,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:42,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:42,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:42,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:44,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:44,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:44,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:44,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:45,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:46,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:46,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:46,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:46,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:47,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:48,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:48,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:49,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:49,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:49,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:51,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:51,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:51,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:51,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:51,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:53,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:53,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:53,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:53,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:54,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:56,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:56,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:56,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:56,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:56,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:43:58,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:58,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:58,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:43:58,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:43:59,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:00,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:00,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:01,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:01,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:01,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:03,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:03,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:03,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:03,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:03,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:05,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:05,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:05,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:05,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:06,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:07,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:07,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:07,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:07,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:08,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:10,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:10,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:10,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:10,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:11,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:13,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:13,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:13,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:13,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:13,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:15,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:15,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:15,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:15,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:16,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:17,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:17,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:17,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:17,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:18,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:20,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:20,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:20,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:20,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:20,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:22,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:22,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:22,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:22,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:23,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:24,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:24,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:25,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:25,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:25,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:27,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:27,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:27,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:27,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:27,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:29,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:29,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:29,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:29,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:30,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:31,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:31,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:32,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:32,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:32,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:34,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:34,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:34,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:34,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:34,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:36,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:36,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:36,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:36,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:37,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:38,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:38,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:38,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:38,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:39,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:40,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:40,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:41,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:41,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:41,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:43,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:43,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:43,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:43,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:44,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:45,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:45,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:45,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:45,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:46,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:48,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:48,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:48,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:48,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:49,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:50,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:50,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:51,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:51,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:51,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:53,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:53,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:53,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:53,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:53,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:55,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:55,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:55,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:55,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:56,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:44:57,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:57,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:58,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:44:58,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:44:58,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:00,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:00,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:00,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:00,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:00,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:02,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:02,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:02,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:02,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:03,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:04,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:04,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:05,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:05,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:05,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:07,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:07,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:07,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:07,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:07,760 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:09,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:09,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:09,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:09,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:10,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:11,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:11,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:11,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:11,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:12,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:13,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:13,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:14,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:14,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:14,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:16,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:16,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:16,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:16,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:16,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:18,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:18,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:18,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:18,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:19,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:21,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:21,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:21,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:21,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:21,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:23,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:23,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:23,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:23,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:24,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:26,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:26,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:26,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:26,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:27,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:28,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:28,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:29,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:29,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:29,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:31,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:31,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:31,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:31,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:31,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:33,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:33,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:33,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:33,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:34,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:35,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:35,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:36,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:36,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:36,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:38,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:38,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:38,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:38,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:38,841 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:40,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:40,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:40,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:40,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:41,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:42,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:42,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:42,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:42,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:43,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:45,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:45,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:45,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:45,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:45,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:47,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:47,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:47,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:47,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:48,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:49,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:49,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:49,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:49,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:50,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:51,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:51,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:52,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:52,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:52,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:54,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:54,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:54,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:54,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:54,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:56,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:56,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:56,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:56,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:57,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:45:58,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:58,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:59,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:45:59,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:45:59,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:01,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:01,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:01,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:01,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:01,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:03,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:03,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:03,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:03,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:04,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:06,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:06,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:06,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:06,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:07,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:08,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:08,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:09,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:09,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:09,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:11,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:11,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:11,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:11,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:12,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:13,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:13,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:13,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:13,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:14,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:15,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:15,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:16,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:16,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:16,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:18,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:18,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:18,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:18,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:18,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:20,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:20,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:20,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:20,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:21,164 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:22,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:22,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:22,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:22,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:23,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:25,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:25,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:25,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:25,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:25,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:27,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:27,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:27,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:27,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:27,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:29,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:29,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:29,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:29,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:30,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:32,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:32,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:32,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:32,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:32,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:34,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:34,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:34,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:34,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:35,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:36,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:36,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:37,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:37,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:37,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:39,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:39,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:39,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:39,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:39,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:41,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:41,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:41,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:41,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:42,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:44,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:44,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:44,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:44,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:44,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:46,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:46,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:46,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:46,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:47,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:48,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:48,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:49,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:49,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:49,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:51,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:51,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:51,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:51,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:51,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:53,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:53,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:53,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:53,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:54,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:55,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:55,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:56,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:56,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:56,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:46:58,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:58,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:58,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:46:58,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:46:58,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:00,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:00,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:00,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:00,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:01,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:03,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:03,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:03,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:03,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:03,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:05,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:05,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:05,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:05,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:06,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:07,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:07,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:07,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:07,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:08,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:10,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:10,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:10,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:10,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:10,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:12,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:12,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:12,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:12,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:13,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:14,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:14,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:15,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:15,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:15,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:17,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:17,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:17,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:17,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:18,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:19,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:19,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:19,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:19,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:20,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:21,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:21,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:22,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:22,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:23,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:24,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:24,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:25,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:25,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:25,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:27,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:27,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:27,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:27,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:27,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:29,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:29,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:29,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:29,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:30,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:31,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:31,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:32,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:32,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:32,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:34,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:34,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:34,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:34,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:34,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:36,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:36,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:36,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:36,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:37,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:39,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:39,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:39,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:39,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:39,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:41,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:41,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:41,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:41,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:42,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:43,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:43,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:44,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:44,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:44,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:46,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:46,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:46,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:46,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:46,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:48,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:48,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:48,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:48,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:49,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:50,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:50,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:51,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:51,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:51,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:53,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:53,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:53,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:53,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:53,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:55,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:55,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:55,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:55,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:56,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:47:57,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:57,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:58,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:47:58,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:47:58,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:00,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:00,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:00,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:00,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:01,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:03,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:03,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:03,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:03,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:03,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:05,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:05,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:05,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:05,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:06,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:07,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:07,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:08,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:08,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:08,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:10,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:10,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:10,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:10,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:10,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:12,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:12,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:12,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:12,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:13,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:14,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:14,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:15,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:15,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:15,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:17,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:17,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:17,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:17,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:17,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:19,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:19,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:19,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:19,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:20,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:21,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:21,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:21,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:21,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:22,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:24,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:24,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:24,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:24,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:24,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:26,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:26,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:26,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:26,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:26,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:28,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:28,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:28,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:28,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:29,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:31,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:31,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:31,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:31,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:31,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:33,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:33,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:33,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:33,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:34,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:35,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:35,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:36,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:36,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:36,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:38,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:38,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:38,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:38,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:38,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:40,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:40,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:41,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:41,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:42,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:44,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:44,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:44,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:44,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:44,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:46,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:46,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:46,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:46,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:47,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:48,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:48,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:48,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:48,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:49,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:51,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:51,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:51,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:51,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:51,727 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:53,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:53,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:53,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:53,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:54,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:55,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:55,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:55,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:55,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:56,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:48:57,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:57,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:58,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:48:58,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:48:58,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:00,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:00,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:00,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:00,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:01,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:02,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:02,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:02,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:02,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:03,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:05,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:05,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:05,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:05,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:05,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:07,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:07,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:07,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:07,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:08,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:09,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:09,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:10,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:10,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:10,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:12,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:12,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:12,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:12,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:13,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:14,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:14,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:15,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:15,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:15,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:17,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:17,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:17,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:17,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:18,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:20,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:20,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:20,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:20,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:20,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:22,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:22,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:22,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:22,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:23,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:24,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:24,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:25,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:25,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:25,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:27,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:27,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:27,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:27,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:27,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:29,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:29,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:29,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:29,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:29,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:31,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:31,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:32,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:32,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:32,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:34,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:34,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:34,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:34,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:34,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:36,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:36,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:37,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:37,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:37,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:39,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:39,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:39,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:39,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:39,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:41,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:41,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:41,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:41,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:42,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:44,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:44,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:44,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:44,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:44,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:46,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:46,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:46,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:46,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:47,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:48,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:48,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:48,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:48,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:49,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:50,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:50,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:51,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:51,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:51,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:53,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:53,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:53,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:53,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:54,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:56,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:56,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:56,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:56,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:56,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:49:58,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:58,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:58,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:49:58,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:49:59,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:00,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:00,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:01,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:01,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:01,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:02,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:02,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:03,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:03,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:03,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:05,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:05,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:05,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:05,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:05,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:07,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:07,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:07,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:07,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:08,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:10,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:10,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:10,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:10,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:10,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:12,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:12,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:12,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:12,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:13,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:14,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:14,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:14,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:14,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:15,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:17,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:17,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:17,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:17,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:17,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:19,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:19,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:19,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:19,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:20,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:21,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:21,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:22,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:22,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:22,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:24,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:24,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:24,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:24,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:24,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:26,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:26,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:26,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:26,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:27,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:29,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:29,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:29,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:29,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:29,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:31,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:31,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:31,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:31,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:32,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:33,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:33,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:34,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:34,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:34,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:36,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:36,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:36,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:36,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:37,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:38,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:38,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:39,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:39,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:39,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:41,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:41,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:41,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:41,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:41,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:43,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:43,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:43,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:43,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:44,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:45,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:45,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:46,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:46,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:46,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:48,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:48,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:48,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:48,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:48,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:50,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:50,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:50,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:50,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:51,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:52,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:52,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:53,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:53,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:53,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:55,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:55,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:55,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:55,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:56,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:50:57,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:57,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:58,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:50:58,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:50:58,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:00,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:00,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:00,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:00,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:00,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:02,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:02,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:02,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:02,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:03,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:04,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:04,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:05,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:05,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:05,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:07,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:07,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:07,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:07,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:07,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:09,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:09,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:09,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:09,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:10,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:12,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:12,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:12,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:12,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:13,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:14,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:14,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:15,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:15,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:17,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:17,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:17,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:17,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:17,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:19,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:19,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:19,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:19,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:20,115 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:21,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:21,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:21,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:21,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:22,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:23,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:23,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:24,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:24,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:24,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:26,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:26,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:26,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:26,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:26,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:28,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:28,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:28,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:28,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:29,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:31,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:31,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:31,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:31,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:31,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:33,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:33,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:33,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:33,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:34,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:35,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:35,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:35,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:35,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:36,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:37,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:37,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:38,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:38,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:38,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:40,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:40,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:40,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:40,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:40,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:42,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:42,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:42,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:42,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:43,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:44,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:44,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:45,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:45,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:45,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:47,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:47,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:47,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:47,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:47,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:49,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:49,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:49,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:49,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:50,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:52,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:52,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:52,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:52,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:53,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:54,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:54,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:55,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:55,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:55,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:57,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:57,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:57,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:57,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:51:57,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:51:59,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:59,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:59,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:51:59,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:00,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:02,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:02,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:02,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:02,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:02,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:04,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:04,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:04,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:04,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:05,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:06,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:06,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:07,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:07,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:07,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:09,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:09,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:09,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:09,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:09,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:11,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:11,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:11,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:11,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:12,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:13,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:13,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:14,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:14,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:14,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:16,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:16,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:16,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:16,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:16,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:18,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:18,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:18,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:18,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:19,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:20,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:20,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:21,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:21,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:21,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:23,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:23,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:23,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:23,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:24,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:25,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:25,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:25,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:25,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:26,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:28,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:28,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:28,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:28,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:29,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:30,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:30,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:31,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:31,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:31,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:33,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:33,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:33,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:33,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:33,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:35,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:35,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:35,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:35,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:36,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:37,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:37,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:38,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:38,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:38,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:40,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:40,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:40,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:40,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:40,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:42,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:42,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:42,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:42,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:43,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:45,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:45,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:45,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:45,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:45,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:47,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:47,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:47,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:47,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:48,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:49,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:49,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:50,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:50,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:50,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:52,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:52,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:52,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:52,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:52,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:54,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:54,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:54,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:54,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:55,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:56,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:56,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:57,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:57,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:57,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:52:59,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:59,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:59,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:52:59,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:52:59,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:01,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:01,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:01,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:01,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:02,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:03,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:03,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:04,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:04,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:04,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:06,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:06,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:06,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:06,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:07,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:09,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:09,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:09,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:09,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:09,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:11,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:11,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:11,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:11,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:12,046 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:13,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:13,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:13,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:13,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:14,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:16,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:16,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:16,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:16,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:16,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:18,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:18,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:18,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:18,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:19,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:20,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:20,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:21,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:21,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:21,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:23,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:23,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:23,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:23,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:23,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:25,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:25,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:25,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:25,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:26,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:27,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:27,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:28,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:28,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:28,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:30,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:30,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:30,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:30,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:30,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:32,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:32,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:32,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:32,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:33,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:34,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:34,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:35,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:35,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:35,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:37,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:37,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:37,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:37,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:38,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:39,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:39,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:39,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:39,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:40,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:41,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:41,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:42,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:42,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:42,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:44,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:44,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:44,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:44,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:45,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:47,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:47,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:47,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:47,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:48,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:49,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:49,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:49,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:49,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:50,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:51,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:51,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:52,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:52,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:52,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:54,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:54,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:54,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:54,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:55,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:56,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:56,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:57,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:57,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:57,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:53:59,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:59,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:59,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:53:59,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:53:59,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:01,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:01,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:01,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:01,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:02,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:04,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:04,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:04,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:04,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:04,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:06,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:06,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:06,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:06,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:06,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:08,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:08,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:08,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:08,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:09,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:10,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:10,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:11,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:11,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:11,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:13,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:13,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:13,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:13,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:13,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:15,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:15,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:15,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:15,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:16,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:17,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:17,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:18,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:18,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:18,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:20,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:20,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:20,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:20,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:20,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:22,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:22,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:22,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:22,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:23,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:24,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:24,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:25,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:25,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:25,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:27,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:27,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:27,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:27,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:28,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:29,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:29,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:30,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:30,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:30,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:32,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:32,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:32,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:32,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:32,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:34,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:34,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:34,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:34,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:35,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:37,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:37,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:37,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:37,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:37,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:39,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:39,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:39,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:39,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:40,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:41,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:41,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:41,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:41,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:42,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:43,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:43,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:44,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:44,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:44,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:46,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:46,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:46,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:46,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:47,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:48,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:48,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:49,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:49,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:49,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:51,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:51,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:51,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:51,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:51,876 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:53,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:53,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:53,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:53,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:54,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:55,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:55,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:56,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:56,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:56,609 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:54:58,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:58,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:58,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:54:58,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:54:58,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:00,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:00,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:00,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:00,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:01,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:02,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:02,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:03,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:03,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:03,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:05,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:05,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:05,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:05,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:05,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:07,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:07,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:07,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:07,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:08,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:10,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:10,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:10,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:10,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:10,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:12,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:12,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:12,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:12,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:13,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:14,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:14,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:15,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:15,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:15,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:17,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:17,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:17,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:17,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:18,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:19,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:19,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:20,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:20,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:20,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:22,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:22,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:22,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:22,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:22,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:24,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:24,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:24,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:24,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:25,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:26,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:26,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:27,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:27,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:27,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:29,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:29,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:29,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:29,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:29,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:31,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:31,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:31,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:31,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:32,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:33,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:33,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:34,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:34,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:34,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:36,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:36,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:36,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:36,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:36,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:38,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:38,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:38,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:38,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:39,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:40,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:40,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:41,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:41,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:41,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:43,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:43,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:43,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:43,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:43,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:45,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:45,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:45,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:45,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:46,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:47,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:47,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:48,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:48,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:48,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:50,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:50,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:50,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:50,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:51,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:53,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:53,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:53,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:53,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:53,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:55,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:55,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:55,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:55,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:56,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:55:57,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:57,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:58,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:55:58,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:55:58,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:00,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:00,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:00,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:00,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:01,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:02,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:02,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:02,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:02,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:03,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:04,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:04,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:05,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:05,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:05,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:07,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:07,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:07,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:07,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:07,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:09,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:09,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:09,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:09,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:10,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:11,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:11,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:12,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:12,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:12,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:14,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:14,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:14,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:14,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:15,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:16,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:16,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:16,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:16,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:17,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:18,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:18,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:19,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:19,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:19,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:21,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:21,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:21,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:21,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:21,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:23,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:23,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:23,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:23,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:24,397 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:26,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:26,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:26,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:26,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:26,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:28,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:28,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:28,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:28,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:29,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:30,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:30,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:31,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:31,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:31,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:33,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:33,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:33,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:33,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:33,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:35,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:35,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:35,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:35,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:36,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:38,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:38,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:38,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:38,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:39,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:40,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:40,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:41,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:41,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:41,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:43,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:43,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:43,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:43,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:44,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:45,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:45,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:45,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:45,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:46,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:47,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:47,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:48,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:48,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:48,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:50,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:50,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:50,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:50,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:51,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:52,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:52,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:53,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:53,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:53,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:55,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:55,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:55,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:55,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:55,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:57,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:57,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:57,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:57,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:56:58,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:56:59,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:56:59,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:00,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:00,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:00,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:02,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:02,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:02,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:02,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:02,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:04,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:04,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:04,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:04,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:05,284 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:07,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:07,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:07,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:07,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:07,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:09,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:09,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:09,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:09,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:10,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:11,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:11,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:12,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:12,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:12,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:14,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:14,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:14,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:14,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:15,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:16,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:16,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:17,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:17,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:17,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:19,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:19,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:19,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:19,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:20,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:21,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:21,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:22,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:22,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:22,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:24,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:24,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:24,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:24,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:25,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:26,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:26,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:27,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:27,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:27,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:29,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:29,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:29,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:29,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:29,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:31,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:31,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:31,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:31,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:32,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:33,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:33,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:34,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:34,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:34,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:36,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:36,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:36,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:36,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:37,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:38,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:38,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:39,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:39,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:39,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:41,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:41,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:41,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:41,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:41,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:43,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:43,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:43,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:43,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:44,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:45,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:45,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:46,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:46,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:46,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:48,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:48,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:48,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:48,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:49,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:50,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:50,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:51,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:51,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:51,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:53,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:53,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:53,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:53,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:54,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:55,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:55,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:56,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:56,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:56,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:57:58,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:58,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:58,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:57:58,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:57:58,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:00,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:00,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:00,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:00,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:01,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:03,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:03,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:03,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:03,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:03,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:05,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:05,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:05,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:05,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:06,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:07,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:07,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:08,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:08,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:08,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:10,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:10,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:10,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:10,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:10,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:12,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:12,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:13,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:13,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:13,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:15,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:15,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:15,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:15,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:15,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:17,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:17,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:17,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:17,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:18,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:19,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:19,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:20,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:20,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:20,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:22,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:22,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:22,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:22,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:23,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:24,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:24,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:24,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:24,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:25,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:26,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:26,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:27,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:27,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:27,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:29,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:29,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:29,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:29,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:30,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:31,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:31,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:31,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:31,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:32,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:33,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:33,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:34,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:34,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:34,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:36,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:36,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:36,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:36,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:36,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:38,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:38,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:38,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:38,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:39,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:41,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:41,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:41,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:41,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:41,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:43,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:43,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:43,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:43,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:44,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:46,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:46,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:46,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:46,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:47,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:48,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:48,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:48,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:48,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:49,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:50,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:50,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:51,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:51,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:51,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:53,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:53,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:53,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:53,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:53,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:55,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:55,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:55,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:55,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:56,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:58:57,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:57,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:58,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:58:58,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:58:58,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:00,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:00,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:00,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:00,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:00,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:02,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:02,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:02,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:02,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:03,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:05,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:05,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:05,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:05,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:05,760 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:07,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:07,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:07,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:07,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:08,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:09,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:09,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:10,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:10,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:10,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:12,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:12,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:12,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:12,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:12,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:14,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:14,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:14,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:14,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:15,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:16,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:16,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:17,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:17,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:17,528 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:19,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:19,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:19,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:19,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:19,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:21,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:21,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:22,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:22,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:22,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:24,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:24,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:24,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:24,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:24,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:26,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:26,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:26,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:26,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:27,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:29,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:29,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:29,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:29,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:30,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:31,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:31,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:32,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:32,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:32,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:34,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:34,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:34,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:34,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:34,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:36,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:36,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:36,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:36,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:37,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:38,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:38,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:39,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:39,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:39,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:41,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:41,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:41,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:41,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:41,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:43,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:43,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:43,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:43,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:44,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:45,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:45,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:46,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:46,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:46,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:48,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:48,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:48,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:48,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:48,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:50,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:50,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:50,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:50,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:51,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:52,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:52,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:53,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:53,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:53,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:55,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:55,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:55,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:55,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:55,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:57,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:57,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:57,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:57,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 21:59:58,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 21:59:59,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 21:59:59,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:00,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:00,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:00,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:02,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:02,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:02,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:02,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:03,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:04,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:04,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:05,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:05,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:05,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:07,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:07,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:07,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:07,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:08,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:10,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:10,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:10,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:10,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:10,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:12,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:12,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:12,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:12,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:13,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:15,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:15,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:15,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:15,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:15,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:17,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:17,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:17,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:17,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:18,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:19,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:19,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:20,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:20,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:20,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:22,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:22,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:22,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:22,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:22,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:24,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:24,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:24,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:24,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:25,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:26,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:26,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:27,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:27,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:27,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:29,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:29,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:29,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:29,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:29,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:31,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:31,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:31,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:31,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:32,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:34,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:34,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:34,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:34,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:34,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:36,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:36,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:36,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:36,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:37,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:38,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:38,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:39,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:39,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:39,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:41,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:41,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:41,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:41,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:41,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:43,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:43,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:43,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:43,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:44,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:45,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:45,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:46,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:46,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:46,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:48,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:48,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:48,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:48,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:48,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:50,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:50,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:50,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:50,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:51,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:53,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:53,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:53,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:53,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:53,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:55,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:55,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:55,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:55,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:56,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:00:57,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:57,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:57,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:00:57,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:00:58,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:01:00,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:00,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:00,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:00,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:01:00,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:01:02,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:02,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:02,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:02,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:01:03,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:01:04,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:04,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:05,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:05,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:01:05,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:01:07,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:07,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:07,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:07,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:01:07,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:01:08,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:08,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:09,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:01:09,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. - 30%|██████████████████████████████████████ | 3000/10000 [8:12:05<5:36:15, 2.88s/it][INFO|trainer.py:4054] 2024-10-05 22:26:20,761 >> -{'eval_loss': 0.1456422209739685, 'eval_wer': 9.869361281102277, 'eval_runtime': 4133.4016, 'eval_samples_per_second': 3.298, 'eval_steps_per_second': 0.412, 'epoch': 1.08} -{'loss': 0.1067, 'grad_norm': 3.4274985790252686, 'learning_rate': 3.4424342105263154e-06, 'epoch': 1.08} -{'loss': 0.1038, 'grad_norm': 2.2946057319641113, 'learning_rate': 3.4309210526315784e-06, 'epoch': 1.08} -{'loss': 0.1073, 'grad_norm': 2.5364551544189453, 'learning_rate': 3.419407894736842e-06, 'epoch': 1.09} -{'loss': 0.1067, 'grad_norm': 2.9779515266418457, 'learning_rate': 3.4083552631578944e-06, 'epoch': 1.09} -{'loss': 0.1229, 'grad_norm': 2.502685308456421, 'learning_rate': 3.3968421052631574e-06, 'epoch': 1.09} -{'loss': 0.1071, 'grad_norm': 2.181756019592285, 'learning_rate': 3.3853289473684205e-06, 'epoch': 1.09} -{'loss': 0.101, 'grad_norm': 2.428738594055176, 'learning_rate': 3.3738157894736843e-06, 'epoch': 1.1} -{'loss': 0.1198, 'grad_norm': 3.797952651977539, 'learning_rate': 3.3623026315789473e-06, 'epoch': 1.1} -{'loss': 0.1013, 'grad_norm': 2.9902758598327637, 'learning_rate': 3.3507894736842103e-06, 'epoch': 1.1} -{'loss': 0.1075, 'grad_norm': 3.0514307022094727, 'learning_rate': 3.3392763157894734e-06, 'epoch': 1.1} -{'loss': 0.1059, 'grad_norm': 3.2877554893493652, 'learning_rate': 3.327763157894737e-06, 'epoch': 1.11} -{'loss': 0.0926, 'grad_norm': 2.3952691555023193, 'learning_rate': 3.31625e-06, 'epoch': 1.11} -{'loss': 0.1048, 'grad_norm': 2.2840464115142822, 'learning_rate': 3.304736842105263e-06, 'epoch': 1.11} -{'loss': 0.1049, 'grad_norm': 2.7062416076660156, 'learning_rate': 3.293223684210526e-06, 'epoch': 1.11} -{'loss': 0.1073, 'grad_norm': 2.971315860748291, 'learning_rate': 3.2817105263157893e-06, 'epoch': 1.12} -{'loss': 0.1141, 'grad_norm': 2.8689844608306885, 'learning_rate': 3.2701973684210523e-06, 'epoch': 1.12} -{'loss': 0.1066, 'grad_norm': 3.6150734424591064, 'learning_rate': 3.2586842105263153e-06, 'epoch': 1.12} -{'loss': 0.1248, 'grad_norm': 2.3004024028778076, 'learning_rate': 3.2471710526315783e-06, 'epoch': 1.12} -{'loss': 0.0972, 'grad_norm': 2.5995240211486816, 'learning_rate': 3.2356578947368417e-06, 'epoch': 1.13} -{'loss': 0.106, 'grad_norm': 2.957960367202759, 'learning_rate': 3.224144736842105e-06, 'epoch': 1.13} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-05 22:26:20,761 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-05 22:26:20,761 >> Batch size = 8 -Reading metadata...: 13630it [00:00, 15988.53it/s] -[INFO|trainer_utils.py:830] 2024-10-05 22:26:22,423 >> 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. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:22,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:24,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:24,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:24,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:24,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:25,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:26,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:26,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:27,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:27,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:27,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:29,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:29,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:29,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:29,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:29,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:31,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:31,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:31,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:31,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:32,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:33,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:33,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:34,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:34,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:34,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:36,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:36,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:36,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:36,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:36,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:38,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:38,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:38,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:38,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:39,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:40,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:40,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:41,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:41,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:41,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:43,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:43,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:43,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:43,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:43,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:45,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:45,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:45,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:45,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:46,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:47,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:47,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:48,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:48,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:48,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:50,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:50,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:50,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:50,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:50,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:52,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:52,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:52,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:52,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:53,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:54,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:54,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:55,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:55,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:55,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:57,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:57,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:57,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:57,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:26:57,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:26:59,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:26:59,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:00,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:00,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:00,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:02,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:02,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:02,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:02,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:03,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:04,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:04,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:05,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:05,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:05,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:07,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:07,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:07,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:07,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:08,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:09,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:09,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:09,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:09,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:10,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:11,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:11,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:12,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:12,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:12,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:14,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:14,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:14,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:14,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:14,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:16,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:16,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:16,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:16,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:17,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:19,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:19,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:19,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:19,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:19,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:21,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:21,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:21,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:21,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:22,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:24,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:24,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:24,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:24,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:24,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:26,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:26,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:26,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:26,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:26,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:28,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:28,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:28,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:28,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:29,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:31,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:31,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:31,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:31,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:31,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:33,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:33,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:33,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:33,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:34,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:35,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:35,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:36,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:36,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:36,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:38,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:38,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:38,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:38,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:38,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:40,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:40,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:40,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:40,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:41,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:43,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:43,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:43,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:43,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:43,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:45,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:45,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:45,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:45,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:46,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:47,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:47,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:47,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:47,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:48,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:50,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:50,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:50,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:50,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:50,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:52,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:52,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:52,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:52,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:53,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:54,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:54,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:55,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:55,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:55,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:57,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:57,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:57,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:57,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:27:58,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:27:59,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:59,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:59,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:27:59,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:00,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:02,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:02,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:02,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:02,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:02,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:04,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:04,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:04,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:04,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:05,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:06,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:06,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:06,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:06,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:07,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:09,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:09,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:09,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:09,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:09,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:11,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:11,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:11,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:11,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:12,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:13,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:13,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:14,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:14,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:14,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:16,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:16,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:16,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:16,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:16,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:18,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:18,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:18,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:18,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:19,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:20,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:20,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:21,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:21,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:21,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:23,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:23,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:23,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:23,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:24,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:26,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:26,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:26,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:26,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:27,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:28,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:28,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:29,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:29,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:29,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:31,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:31,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:31,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:31,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:32,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:33,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:33,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:34,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:34,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:34,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:36,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:36,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:36,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:36,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:36,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:38,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:38,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:38,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:38,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:39,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:40,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:40,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:41,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:41,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:41,620 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:43,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:43,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:43,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:43,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:43,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:45,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:45,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:46,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:46,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:46,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:48,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:48,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:48,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:48,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:48,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:50,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:50,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:50,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:50,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:51,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:52,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:52,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:53,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:53,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:53,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:55,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:55,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:55,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:55,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:55,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:57,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:57,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:57,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:57,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:28:58,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:28:59,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:28:59,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:00,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:00,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:00,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:02,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:02,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:02,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:02,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:03,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:04,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:04,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:05,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:05,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:05,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:07,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:07,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:07,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:07,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:07,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:09,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:09,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:09,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:09,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:10,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:11,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:11,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:12,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:12,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:12,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:14,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:14,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:14,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:14,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:14,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:16,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:16,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:17,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:17,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:17,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:19,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:19,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:19,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:19,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:19,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:21,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:21,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:21,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:21,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:22,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:24,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:24,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:24,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:24,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:24,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:26,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:26,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:26,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:26,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:27,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:28,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:28,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:29,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:29,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:29,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:31,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:31,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:31,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:31,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:31,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:33,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:33,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:33,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:33,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:34,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:36,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:36,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:36,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:36,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:36,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:38,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:38,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:38,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:38,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:39,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:40,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:40,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:40,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:40,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:41,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:43,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:43,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:43,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:43,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:44,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:45,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:45,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:46,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:46,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:46,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:48,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:48,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:48,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:48,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:48,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:50,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:50,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:50,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:50,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:51,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:53,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:53,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:53,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:53,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:53,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:55,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:55,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:55,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:55,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:55,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:29:57,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:57,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:58,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:29:58,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:29:58,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:00,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:00,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:00,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:00,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:00,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:02,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:02,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:02,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:02,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:03,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:04,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:04,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:05,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:05,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:05,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:07,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:07,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:07,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:07,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:08,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:09,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:09,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:10,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:10,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:10,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:12,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:12,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:12,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:12,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:12,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:14,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:14,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:14,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:14,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:15,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:16,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:16,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:17,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:17,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:17,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:19,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:19,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:19,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:19,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:20,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:21,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:21,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:22,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:22,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:22,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:24,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:24,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:24,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:24,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:25,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:27,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:27,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:27,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:27,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:27,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:29,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:29,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:29,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:29,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:30,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:31,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:31,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:32,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:32,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:32,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:34,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:34,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:34,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:34,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:35,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:36,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:36,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:37,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:37,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:37,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:39,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:39,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:39,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:39,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:39,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:41,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:41,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:41,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:41,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:42,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:43,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:43,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:44,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:44,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:44,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:46,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:46,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:46,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:46,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:47,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:48,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:48,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:48,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:48,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:49,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:51,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:51,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:51,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:51,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:51,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:53,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:53,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:53,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:53,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:54,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:55,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:55,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:56,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:56,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:56,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:30:58,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:58,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:58,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:30:58,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:30:58,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:00,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:00,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:00,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:00,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:01,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:02,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:02,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:03,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:03,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:03,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:05,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:05,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:05,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:05,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:06,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:07,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:07,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:08,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:08,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:08,531 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:10,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:10,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:10,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:10,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:10,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:12,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:12,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:12,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:12,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:13,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:15,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:15,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:15,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:15,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:15,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:17,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:17,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:17,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:17,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:18,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:19,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:19,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:20,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:20,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:20,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:22,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:22,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:22,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:22,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:23,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:24,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:24,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:25,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:25,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:25,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:27,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:27,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:27,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:27,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:27,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:29,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:29,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:29,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:29,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:30,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:31,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:31,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:31,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:31,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:32,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:34,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:34,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:34,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:34,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:34,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:36,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:36,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:36,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:36,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:37,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:38,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:38,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:39,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:39,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:39,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:41,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:41,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:41,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:41,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:41,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:43,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:43,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:43,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:43,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:44,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:45,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:45,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:46,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:46,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:46,609 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:48,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:48,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:48,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:48,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:49,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:50,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:50,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:51,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:51,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:51,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:53,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:53,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:53,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:53,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:53,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:55,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:55,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:55,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:55,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:56,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:31:58,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:58,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:58,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:31:58,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:31:58,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:00,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:00,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:01,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:02,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:02,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:03,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:03,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:03,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:05,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:05,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:05,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:05,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:05,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:07,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:07,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:07,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:07,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:08,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:09,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:09,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:10,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:10,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:10,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:12,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:12,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:12,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:12,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:12,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:14,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:14,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:14,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:14,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:15,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:17,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:17,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:17,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:17,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:17,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:19,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:19,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:19,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:19,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:20,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:22,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:22,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:22,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:22,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:22,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:24,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:24,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:24,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:24,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:25,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:26,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:26,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:26,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:26,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:27,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:29,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:29,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:29,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:29,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:29,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:31,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:31,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:31,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:32,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:34,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:34,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:34,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:34,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:34,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:36,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:36,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:36,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:36,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:37,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:38,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:38,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:39,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:39,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:39,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:41,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:41,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:41,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:41,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:41,787 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:43,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:43,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:43,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:43,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:44,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:45,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:45,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:45,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:46,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:46,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:48,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:48,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:48,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:48,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:48,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:50,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:50,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:50,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:50,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:51,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:52,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:52,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:53,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:53,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:53,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:55,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:55,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:55,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:55,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:55,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:32:57,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:57,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:57,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:32:57,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:32:58,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:00,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:00,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:00,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:00,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:00,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:02,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:02,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:02,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:02,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:03,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:04,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:04,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:04,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:04,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:05,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:06,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:06,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:07,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:07,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:07,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:09,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:09,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:09,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:09,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:09,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:11,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:11,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:12,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:12,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:12,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:14,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:14,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:14,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:14,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:14,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:16,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:16,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:16,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:16,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:17,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:19,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:19,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:19,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:19,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:19,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:21,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:21,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:21,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:21,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:22,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:23,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:23,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:24,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:24,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:24,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:26,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:26,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:26,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:26,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:26,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:28,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:28,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:28,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:28,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:29,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:30,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:30,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:31,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:31,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:31,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:33,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:33,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:33,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:33,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:34,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:35,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:35,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:36,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:36,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:36,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:38,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:38,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:38,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:38,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:38,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:40,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:40,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:40,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:40,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:41,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:42,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:42,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:43,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:43,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:43,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:45,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:45,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:45,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:45,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:45,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:47,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:47,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:47,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:47,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:48,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:49,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:49,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:50,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:50,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:50,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:52,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:52,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:52,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:52,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:53,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:55,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:55,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:55,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:55,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:55,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:33:57,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:57,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:57,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:33:57,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:33:58,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:00,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:00,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:00,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:00,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:00,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:02,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:02,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:02,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:02,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:03,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:04,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:04,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:04,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:04,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:05,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:07,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:07,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:07,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:07,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:07,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:09,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:09,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:09,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:09,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:10,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:11,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:11,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:11,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:11,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:12,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:14,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:14,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:14,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:14,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:14,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:16,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:16,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:16,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:16,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:17,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:18,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:18,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:19,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:19,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:19,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:21,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:21,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:21,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:21,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:21,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:23,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:23,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:23,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:23,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:24,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:25,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:25,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:26,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:26,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:26,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:28,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:28,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:28,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:28,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:29,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:30,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:30,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:31,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:31,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:31,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:33,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:33,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:33,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:33,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:33,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:35,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:35,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:35,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:35,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:36,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:37,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:37,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:38,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:38,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:38,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:40,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:40,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:40,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:40,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:40,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:42,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:42,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:42,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:42,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:43,113 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:45,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:45,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:45,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:45,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:45,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:47,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:47,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:47,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:47,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:48,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:50,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:50,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:50,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:50,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:50,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:52,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:52,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:52,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:52,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:53,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:54,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:54,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:55,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:55,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:55,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:57,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:57,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:57,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:57,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:34:58,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:34:59,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:34:59,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:00,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:00,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:00,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:02,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:02,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:02,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:02,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:02,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:04,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:04,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:04,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:04,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:05,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:06,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:06,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:07,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:07,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:07,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:09,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:09,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:09,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:09,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:09,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:11,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:11,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:11,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:11,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:12,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:14,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:14,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:14,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:14,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:14,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:16,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:16,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:16,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:16,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:17,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:19,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:19,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:19,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:19,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:20,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:21,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:21,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:21,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:21,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:22,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:24,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:24,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:24,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:24,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:24,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:26,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:26,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:26,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:26,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:27,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:28,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:28,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:28,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:28,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:29,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:30,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:30,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:31,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:31,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:31,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:33,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:33,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:33,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:33,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:33,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:35,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:35,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:35,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:35,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:36,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:38,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:38,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:38,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:38,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:38,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:40,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:40,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:40,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:40,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:41,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:42,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:42,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:43,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:43,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:43,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:45,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:45,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:45,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:45,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:45,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:47,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:47,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:47,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:47,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:48,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:49,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:49,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:50,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:50,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:50,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:52,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:52,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:52,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:52,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:53,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:54,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:54,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:54,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:54,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:55,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:56,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:56,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:57,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:57,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:35:57,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:35:59,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:59,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:59,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:35:59,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:00,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:02,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:02,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:02,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:02,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:02,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:04,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:04,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:04,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:04,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:05,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:06,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:06,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:07,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:07,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:07,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:09,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:09,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:09,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:09,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:10,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:11,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:11,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:11,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:11,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:12,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:14,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:14,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:14,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:14,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:14,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:16,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:16,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:16,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:16,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:17,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:18,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:18,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:19,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:19,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:19,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:21,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:21,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:21,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:21,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:21,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:23,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:23,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:23,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:23,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:24,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:25,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:25,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:26,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:26,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:26,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:28,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:28,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:28,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:28,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:28,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:30,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:30,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:30,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:30,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:31,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:32,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:32,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:33,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:33,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:33,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:35,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:35,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:35,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:35,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:35,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:37,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:37,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:37,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:37,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:38,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:39,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:39,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:40,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:40,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:40,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:42,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:42,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:42,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:42,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:43,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:45,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:45,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:45,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:45,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:45,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:47,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:47,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:47,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:47,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:48,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:49,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:49,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:50,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:50,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:50,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:52,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:52,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:52,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:52,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:52,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:54,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:54,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:54,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:54,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:55,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:56,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:56,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:57,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:57,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:57,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:36:59,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:59,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:59,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:36:59,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:36:59,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:01,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:01,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:01,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:01,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:02,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:03,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:03,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:04,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:04,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:04,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:06,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:06,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:06,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:06,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:06,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:08,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:08,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:09,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:09,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:09,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:11,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:11,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:11,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:11,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:11,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:13,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:13,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:13,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:13,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:14,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:16,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:16,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:16,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:16,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:16,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:18,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:18,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:18,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:18,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:19,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:20,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:20,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:20,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:20,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:21,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:23,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:23,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:23,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:23,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:24,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:25,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:25,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:26,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:26,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:26,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:28,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:28,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:28,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:28,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:29,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:30,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:30,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:31,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:31,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:31,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:33,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:33,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:33,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:33,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:33,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:35,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:35,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:35,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:35,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:36,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:37,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:37,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:38,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:38,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:38,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:40,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:40,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:40,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:40,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:40,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:42,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:42,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:42,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:42,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:43,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:45,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:45,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:45,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:45,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:45,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:47,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:47,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:47,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:47,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:48,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:49,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:49,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:50,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:50,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:50,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:52,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:52,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:52,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:52,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:52,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:54,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:54,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:54,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:54,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:55,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:56,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:56,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:57,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:57,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:37:57,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:37:59,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:59,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:59,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:37:59,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:00,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:01,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:01,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:01,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:01,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:02,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:03,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:03,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:04,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:04,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:04,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:06,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:06,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:06,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:06,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:07,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:09,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:09,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:09,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:09,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:10,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:11,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:11,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:11,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:11,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:12,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:14,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:14,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:14,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:14,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:14,678 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:16,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:16,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:16,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:16,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:17,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:18,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:18,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:18,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:18,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:19,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:21,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:21,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:21,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:21,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:21,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:23,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:23,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:23,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:23,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:24,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:25,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:25,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:26,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:26,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:26,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:28,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:28,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:28,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:28,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:28,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:30,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:30,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:30,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:30,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:31,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:32,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:32,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:33,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:33,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:33,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:35,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:35,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:35,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:35,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:35,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:37,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:37,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:37,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:37,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:38,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:40,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:40,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:40,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:40,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:40,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:42,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:42,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:42,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:42,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:43,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:44,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:44,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:44,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:44,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:45,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:47,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:47,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:47,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:47,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:48,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:49,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:49,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:50,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:50,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:50,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:52,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:52,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:52,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:52,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:52,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:54,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:54,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:54,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:54,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:55,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:57,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:57,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:57,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:57,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:38:57,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:38:59,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:59,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:59,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:38:59,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:00,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:01,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:01,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:02,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:02,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:02,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:04,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:04,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:04,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:04,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:04,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:06,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:06,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:06,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:06,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:07,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:09,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:09,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:09,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:09,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:09,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:11,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:11,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:11,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:11,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:12,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:13,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:13,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:14,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:14,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:14,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:16,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:16,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:16,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:16,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:16,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:18,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:18,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:18,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:18,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:19,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:20,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:20,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:21,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:21,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:21,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:23,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:23,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:23,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:23,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:24,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:25,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:25,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:26,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:26,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:27,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:28,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:28,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:28,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:28,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:29,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:31,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:31,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:31,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:31,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:31,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:33,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:33,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:33,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:33,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:34,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:35,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:35,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:36,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:36,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:36,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:38,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:38,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:38,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:38,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:38,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:40,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:40,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:40,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:40,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:41,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:42,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:42,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:43,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:43,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:43,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:45,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:45,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:45,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:45,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:45,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:47,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:47,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:47,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:47,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:48,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:50,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:50,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:50,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:50,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:50,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:52,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:52,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:52,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:52,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:52,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:54,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:54,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:54,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:54,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:55,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:57,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:57,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:57,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:57,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:39:57,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:39:59,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:59,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:59,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:39:59,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:00,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:01,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:01,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:02,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:02,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:02,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:04,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:04,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:04,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:04,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:04,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:06,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:06,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:06,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:06,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:07,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:09,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:09,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:09,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:09,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:10,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:12,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:12,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:12,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:12,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:12,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:14,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:14,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:14,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:14,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:15,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:16,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:16,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:17,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:17,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:17,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:19,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:19,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:19,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:19,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:19,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:21,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:21,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:21,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:21,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:22,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:23,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:23,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:24,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:24,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:24,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:26,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:26,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:26,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:26,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:27,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:28,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:28,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:28,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:28,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:29,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:30,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:30,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:31,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:31,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:31,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:33,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:33,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:33,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:33,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:33,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:35,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:35,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:35,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:35,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:36,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:38,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:38,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:38,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:38,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:38,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:40,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:40,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:40,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:40,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:41,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:42,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:42,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:43,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:43,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:43,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:45,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:45,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:45,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:45,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:45,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:47,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:47,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:47,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:47,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:48,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:49,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:49,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:50,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:50,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:51,146 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:52,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:52,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:53,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:53,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:53,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:55,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:55,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:55,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:55,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:55,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:57,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:57,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:57,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:57,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:40:58,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:40:59,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:40:59,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:00,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:00,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:00,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:02,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:02,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:02,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:02,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:02,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:04,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:04,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:04,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:04,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:05,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:06,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:06,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:07,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:07,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:07,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:09,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:09,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:09,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:09,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:09,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:11,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:11,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:11,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:11,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:12,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:13,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:13,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:14,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:14,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:14,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:16,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:16,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:16,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:16,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:16,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:18,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:18,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:18,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:18,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:19,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:21,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:21,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:21,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:21,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:21,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:23,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:23,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:23,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:23,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:24,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:25,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:25,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:26,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:26,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:26,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:28,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:28,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:28,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:28,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:28,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:30,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:30,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:30,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:30,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:31,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:32,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:32,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:33,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:33,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:33,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:35,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:35,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:35,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:35,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:36,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:38,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:38,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:38,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:38,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:38,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:40,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:40,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:40,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:40,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:41,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:42,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:42,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:43,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:43,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:43,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:45,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:45,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:45,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:45,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:45,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:47,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:47,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:47,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:47,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:48,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:49,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:49,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:50,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:50,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:50,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:52,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:52,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:52,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:52,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:52,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:54,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:54,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:55,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:55,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:55,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:57,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:57,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:57,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:57,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:41:57,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:41:59,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:59,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:59,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:41:59,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:00,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:01,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:01,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:02,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:02,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:02,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:04,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:04,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:04,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:04,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:05,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:06,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:06,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:06,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:06,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:07,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:09,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:09,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:09,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:09,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:09,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:11,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:11,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:11,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:11,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:12,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:13,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:13,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:14,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:14,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:14,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:16,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:16,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:16,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:16,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:17,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:18,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:18,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:19,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:19,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:19,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:21,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:21,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:21,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:21,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:21,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:23,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:23,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:23,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:23,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:24,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:25,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:25,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:26,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:26,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:26,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:28,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:28,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:28,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:28,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:28,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:30,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:30,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:30,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:30,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:31,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:32,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:32,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:32,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:32,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:33,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:35,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:35,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:35,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:35,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:35,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:37,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:37,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:37,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:37,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:38,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:39,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:39,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:40,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:40,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:40,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:42,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:42,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:42,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:42,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:43,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:44,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:44,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:45,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:45,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:45,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:47,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:47,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:47,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:47,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:47,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:49,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:49,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:49,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:49,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:50,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:52,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:52,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:52,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:52,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:52,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:54,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:54,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:54,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:54,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:55,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:56,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:56,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:57,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:57,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:42:58,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:42:59,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:42:59,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:00,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:00,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:00,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:02,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:02,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:02,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:02,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:02,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:04,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:04,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:04,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:04,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:05,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:06,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:06,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:07,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:07,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:07,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:09,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:09,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:09,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:09,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:10,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:11,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:11,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:12,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:12,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:12,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:14,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:14,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:14,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:14,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:14,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:16,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:16,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:16,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:16,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:17,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:18,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:18,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:19,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:19,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:19,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:21,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:21,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:21,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:21,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:21,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:23,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:23,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:23,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:23,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:24,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:25,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:25,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:26,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:26,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:26,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:28,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:28,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:28,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:28,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:29,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:30,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:30,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:31,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:31,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:31,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:33,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:33,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:33,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:33,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:33,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:35,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:35,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:35,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:35,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:36,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:37,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:37,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:37,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:37,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:38,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:40,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:40,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:40,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:40,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:41,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:43,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:43,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:43,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:43,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:43,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:45,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:45,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:45,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:45,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:46,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:47,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:47,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:48,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:48,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:48,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:50,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:50,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:50,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:50,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:50,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:52,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:52,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:52,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:52,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:53,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:54,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:54,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:55,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:55,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:55,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:57,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:57,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:57,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:57,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:43:57,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:43:59,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:59,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:59,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:43:59,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:00,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:01,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:01,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:02,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:02,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:02,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:04,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:04,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:04,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:04,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:05,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:06,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:06,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:06,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:06,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:07,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:09,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:09,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:09,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:09,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:09,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:11,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:11,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:11,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:11,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:12,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:13,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:13,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:14,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:14,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:14,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:16,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:16,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:16,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:16,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:16,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:18,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:18,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:18,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:18,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:19,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:21,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:21,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:21,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:21,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:21,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:23,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:23,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:24,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:24,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:24,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:26,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:26,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:26,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:26,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:26,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:28,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:28,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:28,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:28,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:29,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:31,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:31,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:31,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:31,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:31,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:33,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:33,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:33,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:33,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:34,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:36,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:36,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:36,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:36,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:36,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:38,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:38,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:38,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:38,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:39,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:40,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:40,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:41,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:41,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:41,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:43,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:43,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:43,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:43,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:43,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:45,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:45,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:45,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:45,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:46,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:47,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:47,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:48,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:48,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:48,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:50,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:50,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:50,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:50,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:51,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:52,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:52,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:53,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:53,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:53,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:55,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:55,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:55,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:55,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:55,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:57,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:57,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:57,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:57,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:44:58,171 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:44:59,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:44:59,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:00,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:00,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:01,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:02,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:02,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:02,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:02,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:03,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:05,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:05,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:05,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:05,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:05,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:07,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:07,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:07,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:07,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:08,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:09,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:09,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:10,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:10,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:10,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:12,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:12,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:12,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:12,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:12,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:14,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:14,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:14,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:14,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:15,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:16,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:16,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:17,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:17,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:17,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:19,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:19,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:19,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:19,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:19,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:21,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:21,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:21,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:21,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:22,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:23,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:23,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:24,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:24,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:24,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:26,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:26,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:26,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:26,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:26,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:28,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:28,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:28,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:28,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:29,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:30,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:30,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:31,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:31,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:31,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:33,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:33,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:33,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:33,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:33,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:35,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:35,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:36,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:36,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:36,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:38,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:38,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:38,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:38,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:39,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:41,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:41,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:41,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:41,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:41,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:43,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:43,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:43,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:43,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:44,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:45,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:45,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:46,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:46,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:46,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:48,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:48,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:48,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:48,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:48,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:50,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:50,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:50,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:50,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:51,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:52,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:52,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:53,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:53,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:53,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:55,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:55,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:55,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:55,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:55,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:57,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:57,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:57,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:57,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:45:58,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:45:59,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:45:59,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:00,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:00,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:00,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:02,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:02,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:02,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:02,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:02,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:04,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:04,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:04,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:04,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:05,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:06,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:06,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:07,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:07,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:07,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:09,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:09,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:09,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:09,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:09,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:11,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:11,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:11,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:11,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:12,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:13,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:13,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:14,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:14,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:14,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:16,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:16,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:16,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:16,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:16,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:18,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:18,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:18,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:18,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:19,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:20,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:20,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:21,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:21,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:22,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:23,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:23,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:24,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:24,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:24,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:26,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:26,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:26,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:26,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:26,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:28,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:28,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:29,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:29,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:29,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:31,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:31,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:31,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:31,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:31,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:33,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:33,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:33,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:33,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:34,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:35,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:35,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:36,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:36,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:36,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:38,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:38,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:38,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:38,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:38,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:40,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:40,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:40,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:40,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:41,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:42,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:42,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:43,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:43,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:43,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:45,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:45,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:45,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:45,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:45,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:47,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:47,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:47,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:47,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:48,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:49,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:49,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:49,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:49,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:50,393 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:52,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:52,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:52,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:52,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:52,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:54,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:54,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:54,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:54,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:55,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:57,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:57,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:57,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:57,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:46:57,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:46:59,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:59,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:59,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:46:59,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:00,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:01,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:01,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:02,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:02,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:02,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:04,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:04,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:04,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:04,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:05,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:06,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:06,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:06,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:06,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:07,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:08,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:08,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:09,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:09,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:09,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:11,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:11,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:11,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:11,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:12,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:13,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:13,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:13,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:13,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:14,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:16,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:16,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:16,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:16,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:16,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:18,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:18,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:18,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:18,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:19,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:20,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:20,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:21,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:21,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:21,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:23,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:23,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:23,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:23,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:23,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:25,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:25,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:25,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:25,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:26,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:28,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:28,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:28,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:28,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:28,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:30,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:30,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:30,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:30,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:30,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:32,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:32,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:32,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:32,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:33,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:34,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:34,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:35,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:35,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:35,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:37,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:37,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:37,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:37,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:38,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:39,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:39,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:39,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:39,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:40,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:42,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:42,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:42,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:42,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:42,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:44,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:44,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:44,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:44,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:45,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:46,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:46,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:47,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:47,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:48,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:50,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:50,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:50,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:50,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:50,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:52,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:52,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:52,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:52,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:53,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:54,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:54,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:55,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:55,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:55,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:57,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:57,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:57,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:57,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:47:57,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:47:59,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:59,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:59,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:47:59,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:00,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:02,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:02,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:02,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:02,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:02,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:04,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:04,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:04,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:04,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:05,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:06,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:06,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:07,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:07,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:07,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:09,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:09,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:09,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:09,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:09,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:11,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:11,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:11,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:11,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:12,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:14,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:14,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:14,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:14,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:14,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:16,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:16,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:16,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:16,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:17,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:18,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:18,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:19,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:19,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:19,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:21,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:21,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:21,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:21,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:21,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:23,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:23,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:23,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:23,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:24,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:25,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:25,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:26,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:26,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:26,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:28,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:28,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:28,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:28,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:29,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:30,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:30,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:31,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:31,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:31,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:33,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:33,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:33,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:33,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:34,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:35,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:35,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:36,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:36,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:36,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:38,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:38,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:38,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:38,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:38,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:40,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:40,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:40,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:40,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:41,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:42,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:42,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:43,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:43,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:43,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:45,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:45,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:45,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:45,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:46,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:47,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:47,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:47,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:47,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:48,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:50,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:50,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:50,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:50,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:50,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:52,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:52,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:52,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:52,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:52,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:54,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:54,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:54,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:54,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:55,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:56,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:56,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:57,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:57,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:57,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:48:59,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:59,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:59,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:48:59,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:48:59,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:01,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:01,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:01,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:01,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:02,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:04,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:04,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:04,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:04,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:04,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:06,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:06,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:06,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:06,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:07,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:08,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:08,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:09,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:09,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:09,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:11,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:11,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:11,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:11,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:12,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:14,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:14,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:14,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:14,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:14,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:16,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:16,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:16,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:16,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:17,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:19,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:19,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:19,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:19,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:19,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:21,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:21,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:21,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:21,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:21,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:23,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:23,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:24,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:24,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:24,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:26,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:26,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:26,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:26,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:26,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:28,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:28,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:28,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:28,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:29,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:30,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:30,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:31,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:31,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:31,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:33,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:33,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:33,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:33,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:33,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:35,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:35,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:35,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:35,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:36,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:37,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:37,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:38,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:38,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:38,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:39,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:39,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:40,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:40,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:40,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:42,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:42,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:42,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:42,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:42,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:44,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:44,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:44,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:44,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:45,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:46,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:46,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:47,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:47,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:47,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:49,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:49,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:49,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:49,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:49,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:51,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:51,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:51,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:51,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:52,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:54,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:54,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:54,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:54,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:55,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:56,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:56,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:57,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:57,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:57,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:49:59,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:59,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:59,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:49:59,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:49:59,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:01,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:01,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:01,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:01,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:02,235 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:03,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:03,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:04,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:04,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:04,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:06,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:06,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:06,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:08,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:08,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:08,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:08,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:09,235 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:10,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:10,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:11,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:11,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:11,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:13,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:13,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:13,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:13,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:13,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:15,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:15,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:15,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:15,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:16,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:17,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:17,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:18,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:18,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:18,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:20,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:20,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:20,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:20,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:20,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:22,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:22,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:22,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:22,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:23,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:24,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:24,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:25,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:25,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:25,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:27,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:27,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:27,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:27,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:27,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:29,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:29,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:29,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:29,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:30,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:32,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:32,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:32,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:32,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:33,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:34,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:34,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:35,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:35,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:35,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:37,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:37,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:37,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:37,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:37,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:39,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:39,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:39,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:39,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:40,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:42,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:42,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:42,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:42,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:42,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:44,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:44,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:44,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:44,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:44,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:46,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:46,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:46,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:46,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:47,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:49,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:49,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:49,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:49,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:49,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:51,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:51,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:51,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:51,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:52,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:54,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:54,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:54,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:54,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:54,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:56,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:56,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:56,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:56,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:57,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:50:58,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:58,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:59,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:50:59,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:50:59,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:01,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:01,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:01,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:01,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:01,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:03,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:03,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:03,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:03,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:04,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:05,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:05,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:06,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:06,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:06,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:08,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:08,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:08,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:08,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:09,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:10,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:10,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:10,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:10,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:11,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:13,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:13,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:13,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:13,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:14,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:15,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:15,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:16,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:16,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:16,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:18,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:18,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:18,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:18,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:19,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:20,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:20,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:21,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:21,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:21,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:23,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:23,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:23,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:23,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:23,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:25,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:25,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:25,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:25,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:26,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:28,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:28,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:28,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:28,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:28,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:30,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:30,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:30,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:31,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:32,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:32,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:32,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:32,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:33,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:34,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:34,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:35,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:35,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:35,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:37,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:37,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:37,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:37,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:38,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:39,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:39,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:40,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:40,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:40,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:42,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:42,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:42,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:42,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:42,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:44,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:44,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:44,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:44,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:45,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:46,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:46,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:47,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:47,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:47,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:49,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:49,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:49,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:49,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:49,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:51,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:51,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:51,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:51,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:52,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:54,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:54,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:54,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:54,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:55,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:56,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:56,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:56,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:56,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:57,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:51:58,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:58,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:59,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:51:59,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:51:59,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:01,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:01,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:01,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:01,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:01,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:04,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:04,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:04,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:06,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:06,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:06,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:06,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:06,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:08,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:08,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:08,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:08,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:09,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:10,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:10,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:11,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:11,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:11,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:13,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:13,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:13,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:13,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:13,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:15,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:15,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:15,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:15,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:16,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:18,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:18,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:18,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:18,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:18,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:20,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:20,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:20,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:20,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:20,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:22,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:22,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:22,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:22,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:23,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:25,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:25,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:25,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:25,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:25,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:27,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:27,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:27,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:27,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:28,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:29,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:29,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:30,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:30,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:30,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:32,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:32,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:32,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:32,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:32,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:34,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:34,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:34,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:34,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:35,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:37,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:37,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:37,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:37,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:37,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:39,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:39,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:39,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:39,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:40,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:41,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:41,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:42,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:42,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:42,508 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:44,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:44,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:44,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:44,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:44,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:46,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:46,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:46,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:46,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:47,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:48,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:48,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:49,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:49,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:49,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:51,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:51,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:51,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:51,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:51,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:53,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:53,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:53,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:53,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:54,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:56,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:56,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:56,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:56,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:56,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:52:58,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:58,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:58,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:52:58,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:52:58,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:00,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:00,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:00,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:00,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:01,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:03,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:03,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:03,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:03,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:03,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:05,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:05,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:05,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:05,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:06,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:07,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:07,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:07,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:07,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:08,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:10,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:10,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:10,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:10,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:10,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:12,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:12,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:12,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:12,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:13,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:15,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:15,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:15,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:15,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:15,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:17,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:17,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:17,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:17,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:18,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:20,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:20,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:20,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:20,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:21,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:22,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:22,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:23,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:23,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:23,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:25,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:25,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:25,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:25,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:25,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:27,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:27,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:27,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:27,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:28,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:30,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:30,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:30,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:30,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:30,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:32,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:32,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:32,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:32,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:33,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:34,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:34,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:34,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:34,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:35,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:37,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:37,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:37,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:37,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:37,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:39,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:39,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:39,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:39,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:40,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:41,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:41,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:42,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:42,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:42,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:44,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:44,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:44,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:44,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:45,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:46,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:46,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:47,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:47,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:47,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:49,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:49,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:49,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:49,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:49,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:51,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:51,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:51,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:51,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:52,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:53,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:53,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:54,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:54,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:54,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:56,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:56,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:56,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:56,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:53:57,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:53:58,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:58,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:59,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:53:59,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:00,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:01,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:01,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:01,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:01,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:02,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:04,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:04,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:04,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:04,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:04,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:06,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:06,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:06,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:06,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:06,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:08,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:08,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:08,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:08,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:09,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:10,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:10,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:11,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:11,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:11,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:13,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:13,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:13,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:13,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:13,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:15,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:15,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:15,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:15,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:16,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:17,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:17,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:18,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:18,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:18,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:20,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:20,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:20,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:20,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:20,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:22,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:22,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:22,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:22,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:23,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:24,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:24,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:25,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:25,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:25,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:27,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:27,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:27,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:27,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:28,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:29,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:29,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:30,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:30,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:30,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:32,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:32,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:32,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:32,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:33,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:34,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:34,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:34,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:34,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:35,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:37,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:37,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:37,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:37,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:37,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:39,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:39,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:39,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:39,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:40,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:42,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:42,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:42,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:42,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:43,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:44,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:44,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:45,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:45,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:45,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:47,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:47,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:47,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:47,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:48,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:49,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:49,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:50,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:50,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:50,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:52,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:52,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:52,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:52,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:52,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:54,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:54,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:54,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:54,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:55,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:56,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:56,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:57,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:57,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:57,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:54:59,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:59,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:59,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:54:59,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:54:59,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:01,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:01,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:01,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:01,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:02,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:03,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:03,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:03,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:03,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:04,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:05,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:05,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:06,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:06,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:06,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:08,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:08,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:08,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:08,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:09,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:10,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:10,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:11,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:11,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:11,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:13,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:13,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:13,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:13,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:13,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:15,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:15,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:15,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:15,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:16,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:17,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:17,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:18,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:18,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:18,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:20,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:20,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:20,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:20,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:20,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:22,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:22,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:22,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:22,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:23,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:25,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:25,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:25,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:25,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:26,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:28,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:28,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:28,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:28,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:28,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:30,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:30,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:30,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:30,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:31,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:32,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:32,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:32,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:32,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:33,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:34,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:34,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:35,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:35,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:35,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:37,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:37,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:37,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:37,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:38,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:39,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:39,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:39,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:39,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:40,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:42,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:42,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:42,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:42,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:42,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:44,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:44,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:44,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:44,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:45,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:46,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:46,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:47,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:47,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:47,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:49,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:49,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:49,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:49,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:49,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:51,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:51,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:51,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:51,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:52,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:53,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:53,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:53,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:53,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:54,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:56,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:56,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:56,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:56,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:56,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:55:58,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:58,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:58,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:55:58,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:55:58,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:00,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:00,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:01,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:01,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:01,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:03,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:03,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:03,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:03,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:03,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:05,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:05,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:05,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:05,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:06,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:08,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:08,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:08,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:08,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:08,947 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:10,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:10,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:10,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:10,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:11,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:12,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:12,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:13,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:13,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:13,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:15,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:15,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:15,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:15,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:15,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:17,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:17,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:17,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:17,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:18,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:19,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:19,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:20,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:20,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:20,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:22,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:22,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:22,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:22,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:22,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:24,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:24,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:25,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:25,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:25,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:27,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:27,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:27,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:27,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:27,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:29,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:29,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:29,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:29,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:30,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:31,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:31,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:32,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:32,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:32,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:34,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:34,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:34,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:34,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:35,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:36,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:36,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:36,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:36,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:37,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:39,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:39,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:39,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:39,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:39,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:41,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:41,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:41,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:41,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:42,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:43,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:43,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:44,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:44,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:44,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:46,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:46,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:46,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:46,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:47,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:49,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:49,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:49,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:49,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:49,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:51,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:51,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:51,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:51,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:52,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:53,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:53,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:53,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:53,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:54,420 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:56,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:56,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:56,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:56,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:56,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:56:58,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:58,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:58,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:56:58,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:56:59,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:00,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:00,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:01,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:01,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:01,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:03,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:03,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:03,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:03,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:04,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:05,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:05,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:06,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:06,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:06,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:08,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:08,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:08,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:08,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:08,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:10,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:10,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:10,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:10,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:11,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:12,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:12,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:13,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:13,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:13,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:15,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:15,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:15,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:15,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:15,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:17,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:17,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:17,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:17,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:18,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:19,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:19,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:20,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:20,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:20,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:22,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:22,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:22,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:22,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:22,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:24,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:24,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:24,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:24,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:25,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:27,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:27,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:27,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:27,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:27,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:29,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:29,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:29,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:29,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:30,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:32,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:32,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:32,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:32,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:33,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:34,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:34,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:34,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:34,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:35,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:36,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:36,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:37,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:37,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:37,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:39,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:39,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:39,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:39,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:39,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:41,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:41,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:42,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:42,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:42,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:44,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:44,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:44,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:44,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:44,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:46,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:46,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:46,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:46,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:47,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:48,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:48,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:49,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:49,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:49,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:51,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:51,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:51,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:51,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:51,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:53,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:53,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:54,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:54,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:54,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:56,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:56,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:56,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:56,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:56,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:57:58,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:58,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:58,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:57:58,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:57:59,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:00,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:00,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:01,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:01,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:01,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:03,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:03,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:03,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:03,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:04,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:05,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:05,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:05,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:05,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:06,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:08,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:08,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:08,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:08,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:08,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:10,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:10,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:10,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:10,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:11,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:12,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:12,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:12,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:12,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:13,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:15,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:15,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:15,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:15,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:16,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:17,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:17,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:18,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:18,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:18,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:20,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:20,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:20,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:20,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:20,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:22,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:22,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:22,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:22,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:23,193 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:24,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:24,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:25,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:25,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:25,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:27,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:27,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:27,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:27,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:27,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:29,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:29,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:29,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:29,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:30,330 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:32,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:32,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:32,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:32,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:32,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:34,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:34,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:34,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:34,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:35,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:36,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:36,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:37,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:37,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:37,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:39,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:39,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:39,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:39,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:39,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:41,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:41,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:41,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:41,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:42,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:43,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:43,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:44,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:44,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:44,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:46,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:46,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:46,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:46,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:46,821 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:48,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:48,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:48,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:48,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:49,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:50,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:50,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:51,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:51,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:51,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:53,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:53,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:53,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:53,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:54,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:56,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:56,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:56,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:56,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:56,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:58:58,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:58,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:58,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:58:58,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:58:59,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:00,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:00,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:01,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:01,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:01,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:03,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:03,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:03,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:03,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:04,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:05,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:05,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:05,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:05,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:06,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:07,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:07,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:08,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:08,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:08,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:10,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:10,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:10,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:10,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:10,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:12,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:12,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:12,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:12,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:13,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:15,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:15,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:15,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:15,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:15,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:17,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:17,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:17,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:17,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:18,030 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:19,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:19,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:19,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:19,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:20,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:21,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:21,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:22,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:22,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:22,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:24,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:24,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:24,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:24,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:25,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:26,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:26,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:27,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:27,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:27,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:29,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:29,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:29,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:29,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:29,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:31,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:31,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:31,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:31,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:32,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:34,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:34,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:34,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:34,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:35,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:36,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:36,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:37,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:37,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:37,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:39,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:39,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:39,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:39,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:39,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:41,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:41,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:41,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:41,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:42,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:43,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:43,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:44,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:44,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:44,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:46,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:46,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:46,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:46,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:47,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:48,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:48,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:48,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:48,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:49,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:50,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:50,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:51,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:51,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:51,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:53,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:53,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:53,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:53,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:53,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:55,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:55,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:55,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:55,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:56,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 22:59:57,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:57,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:58,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 22:59:58,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 22:59:58,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:00,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:00,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:00,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:00,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:00,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:02,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:02,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:02,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:02,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:03,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:04,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:04,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:05,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:05,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:05,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:07,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:07,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:07,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:07,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:08,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:09,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:09,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:09,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:09,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:10,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:11,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:11,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:12,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:12,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:12,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:14,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:14,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:14,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:14,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:15,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:16,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:16,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:17,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:17,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:17,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:19,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:19,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:19,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:19,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:19,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:21,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:21,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:21,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:21,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:22,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:23,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:23,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:24,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:24,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:24,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:26,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:26,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:26,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:26,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:26,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:28,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:28,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:28,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:28,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:29,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:31,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:31,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:31,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:31,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:31,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:33,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:33,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:33,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:33,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:34,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:35,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:35,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:36,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:36,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:36,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:38,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:38,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:38,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:38,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:38,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:40,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:40,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:40,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:40,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:41,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:42,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:42,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:43,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:43,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:43,618 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:45,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:45,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:45,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:45,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:46,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:47,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:47,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:48,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:48,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:48,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:50,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:50,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:50,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:50,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:50,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:52,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:52,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:52,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:52,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:53,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:54,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:54,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:55,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:55,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:56,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:00:57,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:57,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:58,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:00:58,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:00:58,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:00,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:00,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:00,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:00,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:01,003 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:02,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:02,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:02,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:02,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:03,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:05,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:05,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:05,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:05,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:05,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:07,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:07,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:07,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:07,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:07,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:09,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:09,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:09,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:09,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:10,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:11,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:11,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:12,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:12,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:12,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:14,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:14,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:14,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:14,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:14,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:16,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:16,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:16,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:16,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:17,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:18,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:18,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:19,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:19,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:19,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:21,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:21,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:21,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:21,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:22,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:23,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:23,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:23,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:23,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:24,397 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:25,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:25,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:26,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:26,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:26,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:28,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:28,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:28,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:28,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:29,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:30,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:30,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:31,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:31,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:31,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:33,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:33,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:33,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:33,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:33,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:35,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:35,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:35,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:35,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:36,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:38,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:38,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:38,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:38,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:39,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:40,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:40,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:41,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:41,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:41,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:43,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:43,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:43,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:43,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:43,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:45,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:45,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:45,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:45,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:46,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:47,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:47,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:48,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:48,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:48,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:50,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:50,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:50,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:50,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:50,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:52,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:52,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:52,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:52,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:53,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:54,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:54,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:55,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:55,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:55,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:57,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:57,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:57,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:57,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:01:57,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:01:59,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:59,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:59,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:01:59,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:00,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:01,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:01,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:02,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:02,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:02,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:04,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:04,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:04,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:04,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:04,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:06,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:06,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:06,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:06,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:07,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:08,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:08,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:09,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:09,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:09,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:11,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:11,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:11,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:11,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:11,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:13,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:13,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:13,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:13,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:14,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:15,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:15,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:16,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:16,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:16,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:18,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:18,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:18,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:18,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:19,480 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:21,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:21,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:21,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:21,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:21,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:23,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:23,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:23,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:23,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:24,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:26,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:26,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:26,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:26,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:26,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:28,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:28,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:28,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:28,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:29,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:31,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:31,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:31,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:31,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:31,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:33,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:33,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:33,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:33,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:34,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:35,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:35,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:36,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:36,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:36,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:38,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:38,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:38,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:38,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:38,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:40,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:40,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:40,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:40,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:41,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:43,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:43,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:43,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:43,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:43,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:45,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:45,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:45,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:45,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:46,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:47,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:47,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:48,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:48,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:48,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:50,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:50,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:50,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:50,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:50,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:52,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:52,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:52,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:52,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:53,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:54,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:54,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:55,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:55,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:55,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:57,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:57,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:57,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:57,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:02:57,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:02:59,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:59,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:59,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:02:59,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:00,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:01,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:01,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:02,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:02,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:02,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:04,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:04,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:04,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:04,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:05,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:06,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:06,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:07,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:07,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:07,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:09,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:09,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:09,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:09,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:09,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:11,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:11,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:12,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:12,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:12,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:14,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:14,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:14,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:14,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:14,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:16,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:16,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:16,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:16,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:17,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:18,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:18,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:19,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:19,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:19,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:21,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:21,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:21,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:21,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:21,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:23,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:23,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:23,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:23,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:24,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:25,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:25,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:26,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:26,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:26,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:28,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:28,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:28,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:28,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:29,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:30,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:30,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:31,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:31,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:31,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:33,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:33,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:33,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:33,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:33,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:35,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:35,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:35,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:35,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:36,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:37,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:37,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:38,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:38,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:38,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:40,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:40,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:40,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:40,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:41,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:42,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:42,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:42,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:42,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:43,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:45,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:45,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:45,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:45,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:46,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:47,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:47,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:48,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:48,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:48,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:50,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:50,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:50,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:50,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:50,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:52,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:52,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:52,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:52,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:53,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:54,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:54,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:55,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:55,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:55,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:57,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:57,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:57,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:57,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:03:57,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:03:59,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:59,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:59,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:03:59,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:00,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:01,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:01,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:02,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:02,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:02,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:04,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:04,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:04,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:04,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:05,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:06,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:06,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:06,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:06,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:07,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:09,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:09,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:09,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:09,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:09,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:11,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:11,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:11,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:11,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:12,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:13,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:13,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:13,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:13,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:14,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:15,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:15,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:16,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:16,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:16,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:18,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:18,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:18,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:18,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:18,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:20,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:20,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:20,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:20,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:21,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:22,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:22,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:23,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:23,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:24,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:25,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:25,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:26,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:26,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:26,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:28,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:28,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:28,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:28,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:28,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:30,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:30,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:30,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:30,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:31,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:32,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:32,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:33,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:33,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:33,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:35,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:35,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:35,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:35,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:35,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:37,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:37,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:37,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:37,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:38,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:39,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:39,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:40,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:40,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:40,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:42,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:42,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:42,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:42,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:42,787 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:44,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:44,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:44,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:44,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:45,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:46,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:46,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:47,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:47,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:47,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:49,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:49,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:49,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:49,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:49,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:51,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:51,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:51,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:51,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:52,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:54,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:54,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:54,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:54,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:54,760 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:56,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:56,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:56,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:56,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:57,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:04:58,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:58,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:59,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:04:59,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:04:59,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:01,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:01,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:01,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:01,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:01,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:03,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:03,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:03,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:03,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:04,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:05,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:05,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:06,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:06,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:07,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:08,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:08,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:09,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:09,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:09,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:11,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:11,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:11,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:11,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:11,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:13,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:13,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:13,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:13,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:14,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:15,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:15,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:16,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:16,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:16,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:18,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:18,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:18,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:18,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:18,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:20,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:20,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:20,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:20,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:21,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:22,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:22,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:22,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:22,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:23,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:25,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:25,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:25,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:25,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:25,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:27,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:27,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:27,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:27,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:28,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:29,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:29,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:29,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:29,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:30,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:32,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:32,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:32,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:32,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:32,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:34,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:34,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:34,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:34,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:35,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:36,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:36,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:36,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:36,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:37,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:38,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:38,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:39,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:39,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:39,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:41,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:41,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:41,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:41,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:41,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:43,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:43,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:43,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:43,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:44,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:45,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:45,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:46,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:46,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:47,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:48,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:48,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:49,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:49,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:49,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:51,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:51,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:51,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:51,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:51,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:53,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:53,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:53,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:53,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:54,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:55,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:55,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:56,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:56,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:56,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:05:58,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:58,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:58,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:05:58,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:05:58,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:00,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:00,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:00,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:00,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:01,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:02,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:02,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:03,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:03,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:03,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:05,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:05,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:05,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:05,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:05,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:07,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:07,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:07,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:07,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:08,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:09,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:09,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:10,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:10,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:10,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:12,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:12,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:12,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:12,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:12,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:14,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:14,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:14,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:14,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:15,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:16,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:16,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:16,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:16,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:17,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:18,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:18,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:19,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:19,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:19,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:21,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:21,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:21,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:21,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:21,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:23,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:23,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:23,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:23,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:24,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:25,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:25,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:26,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:26,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:26,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:28,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:28,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:28,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:28,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:29,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:31,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:31,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:31,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:31,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:31,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:33,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:33,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:33,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:33,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:34,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:35,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:35,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:36,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:36,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:36,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:38,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:38,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:38,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:38,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:38,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:40,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:40,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:40,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:40,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:41,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:42,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:42,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:42,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:42,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:43,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:45,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:45,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:45,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:45,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:45,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:47,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:47,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:47,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:47,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:48,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:49,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:49,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:49,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:49,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:50,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:51,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:51,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:52,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:52,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:52,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:54,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:54,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:54,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:54,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:54,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:56,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:56,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:56,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:56,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:57,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:06:58,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:58,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:59,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:06:59,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:06:59,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:01,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:01,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:01,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:01,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:01,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:03,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:03,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:03,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:04,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:06,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:06,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:06,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:06,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:06,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:08,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:08,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:08,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:08,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:09,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:11,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:11,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:11,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:11,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:11,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:13,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:13,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:13,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:13,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:14,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:15,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:15,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:16,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:16,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:16,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:18,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:18,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:18,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:18,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:18,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:20,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:20,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:20,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:20,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:21,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:23,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:23,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:23,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:23,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:23,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:25,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:25,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:25,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:25,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:25,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:27,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:27,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:27,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:27,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:28,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:29,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:29,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:30,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:30,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:30,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:32,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:32,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:32,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:32,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:32,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:34,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:34,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:34,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:34,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:35,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:36,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:36,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:37,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:37,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:37,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:39,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:39,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:39,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:39,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:39,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:41,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:41,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:41,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:41,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:42,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:44,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:44,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:44,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:44,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:44,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:46,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:46,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:46,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:46,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:47,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:48,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:48,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:49,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:49,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:50,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:51,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:51,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:51,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:51,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:52,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:54,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:54,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:54,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:54,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:54,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:56,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:56,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:56,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:56,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:57,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:07:58,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:58,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:58,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:07:58,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:07:59,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:01,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:01,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:01,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:01,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:01,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:03,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:03,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:03,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:03,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:04,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:05,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:05,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:06,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:06,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:06,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:08,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:08,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:08,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:08,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:08,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:10,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:10,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:10,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:10,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:11,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:12,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:12,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:13,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:13,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:13,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:15,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:15,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:15,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:15,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:16,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:17,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:17,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:18,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:18,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:18,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:20,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:20,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:20,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:20,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:20,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:22,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:22,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:22,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:22,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:23,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:24,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:24,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:25,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:25,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:25,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:27,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:27,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:27,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:27,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:27,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:29,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:29,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:29,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:29,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:30,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:32,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:32,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:32,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:32,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:33,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:34,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:34,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:35,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:35,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:35,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:37,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:37,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:37,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:37,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:37,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:39,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:39,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:39,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:39,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:40,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:41,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:41,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:42,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:42,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:42,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:44,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:44,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:44,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:44,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:44,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:46,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:46,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:46,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:46,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:46,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:48,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:48,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:48,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:48,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:49,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:50,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:50,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:50,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:50,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:51,313 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:52,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:52,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:53,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:53,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:53,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:55,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:55,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:55,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:55,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:55,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:57,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:57,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:57,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:57,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:08:58,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:08:59,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:08:59,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:00,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:00,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:00,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:02,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:02,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:02,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:02,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:02,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:04,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:04,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:04,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:04,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:05,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:07,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:07,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:07,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:07,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:07,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:09,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:09,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:09,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:09,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:10,093 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:11,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:11,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:12,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:12,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:13,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:14,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:14,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:15,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:15,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:15,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:17,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:17,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:17,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:17,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:17,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:19,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:19,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:19,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:19,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:20,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:21,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:21,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:21,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:21,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:22,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:24,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:24,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:24,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:24,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:24,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:26,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:26,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:26,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:26,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:27,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:28,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:28,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:29,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:29,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:29,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:31,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:31,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:31,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:31,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:31,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:33,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:33,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:33,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:33,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:34,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:35,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:35,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:36,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:36,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:36,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:38,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:38,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:38,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:38,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:38,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:40,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:40,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:40,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:40,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:41,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:42,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:42,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:43,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:43,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:43,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:45,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:45,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:45,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:45,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:45,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:47,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:47,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:47,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:47,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:48,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:50,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:50,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:50,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:50,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:50,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:52,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:52,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:52,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:52,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:53,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:55,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:55,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:55,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:55,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:56,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:09:58,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:58,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:58,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:09:58,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:09:58,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:00,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:00,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:00,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:00,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:01,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:02,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:02,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:03,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:03,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:03,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:05,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:05,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:05,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:05,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:05,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:07,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:07,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:07,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:07,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:08,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:09,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:09,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:10,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:10,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:10,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:12,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:12,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:12,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:12,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:13,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:14,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:14,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:14,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:14,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:15,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:16,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:16,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:17,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:17,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:17,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:19,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:19,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:19,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:19,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:19,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:21,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:21,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:21,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:21,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:22,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:23,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:23,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:24,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:24,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:24,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:26,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:26,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:26,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:26,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:26,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:28,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:28,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:28,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:28,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:29,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:30,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:30,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:31,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:31,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:31,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:33,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:33,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:33,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:33,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:34,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:35,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:35,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:36,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:36,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:36,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:38,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:38,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:38,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:38,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:38,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:40,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:40,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:40,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:40,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:41,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:43,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:43,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:43,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:43,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:43,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:45,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:45,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:45,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:45,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:46,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:47,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:47,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:48,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:48,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:48,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:50,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:50,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:50,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:50,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:50,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:52,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:52,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:52,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:52,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:53,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:54,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:54,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:54,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:54,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:55,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:57,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:57,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:57,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:57,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:10:57,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:10:59,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:59,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:59,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:10:59,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:00,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:01,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:01,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:02,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:02,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:02,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:04,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:04,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:04,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:04,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:05,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:06,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:06,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:07,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:07,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:07,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:09,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:09,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:09,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:09,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:09,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:11,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:11,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:11,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:11,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:12,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:13,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:13,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:13,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:13,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:14,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:16,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:16,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:16,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:16,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:17,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:18,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:18,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:19,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:19,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:19,569 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:21,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:21,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:21,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:21,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:21,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:23,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:23,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:23,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:23,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:24,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:26,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:26,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:26,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:26,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:26,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:28,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:28,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:28,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:28,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:29,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:30,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:30,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:31,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:31,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:31,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:33,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:33,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:33,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:33,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:33,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:35,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:35,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:35,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:35,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:36,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:37,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:37,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:38,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:38,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:38,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:40,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:40,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:40,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:40,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:40,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:42,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:42,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:42,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:42,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:43,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:44,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:44,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:45,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:45,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:45,472 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:47,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:47,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:47,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:47,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:47,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:49,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:49,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:49,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:49,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:50,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:51,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:51,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:52,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:52,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:52,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:54,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:54,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:54,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:54,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:55,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:57,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:57,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:57,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:57,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:11:57,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:11:59,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:59,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:59,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:11:59,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:00,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:01,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:01,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:02,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:02,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:02,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:04,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:04,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:04,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:04,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:04,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:06,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:06,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:06,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:06,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:07,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:08,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:08,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:09,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:09,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:09,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:11,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:11,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:11,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:11,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:11,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:13,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:13,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:13,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:13,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:14,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:16,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:16,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:16,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:16,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:16,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:18,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:18,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:18,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:18,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:19,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:20,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:20,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:21,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:21,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:21,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:23,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:23,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:23,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:23,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:23,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:25,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:25,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:25,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:25,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:26,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:27,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:27,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:27,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:27,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:28,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:29,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:29,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:30,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:30,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:30,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:32,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:32,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:32,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:32,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:32,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:34,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:34,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:35,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:35,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:35,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:37,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:37,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:37,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:37,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:38,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:39,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:39,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:40,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:40,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:40,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:42,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:42,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:42,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:42,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:42,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:44,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:44,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:44,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:44,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:45,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:47,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:47,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:47,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:47,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:47,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:49,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:49,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:49,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:49,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:50,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:51,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:51,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:52,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:52,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:52,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:54,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:54,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:54,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:54,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:54,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:56,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:56,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:56,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:56,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:57,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:12:58,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:58,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:58,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:12:58,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:12:59,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:00,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:00,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:01,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:01,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:01,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:03,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:03,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:03,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:03,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:03,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:05,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:05,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:05,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:05,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:06,349 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:08,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:08,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:08,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:08,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:08,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:10,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:10,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:10,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:10,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:11,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:12,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:12,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:13,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:13,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:13,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:15,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:15,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:15,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:15,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:15,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:17,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:17,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:17,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:17,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:18,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:19,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:19,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:20,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:20,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:20,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:22,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:22,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:22,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:22,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:22,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:24,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:24,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:24,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:24,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:25,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:27,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:27,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:27,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:27,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:27,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:29,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:29,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:29,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:29,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:30,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:31,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:31,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:32,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:32,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:32,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:34,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:34,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:34,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:34,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:35,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:36,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:36,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:37,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:37,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:37,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:39,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:39,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:39,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:39,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:39,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:41,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:41,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:41,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:41,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:42,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:43,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:43,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:44,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:44,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:44,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:46,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:46,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:46,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:46,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:46,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:48,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:48,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:48,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:48,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:49,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:50,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:50,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:51,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:51,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:51,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:53,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:53,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:53,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:53,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:53,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:55,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:55,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:55,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:55,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:56,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:13:57,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:57,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:58,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:13:58,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:13:58,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:00,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:00,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:00,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:00,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:01,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:02,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:02,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:03,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:03,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:03,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:05,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:05,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:05,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:05,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:05,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:07,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:07,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:07,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:07,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:08,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:09,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:09,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:10,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:10,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:10,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:12,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:12,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:12,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:12,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:12,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:14,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:14,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:14,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:14,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:15,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:16,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:16,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:17,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:17,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:17,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:19,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:19,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:19,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:19,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:20,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:21,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:21,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:21,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:21,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:22,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:24,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:24,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:24,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:24,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:24,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:26,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:26,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:26,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:26,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:27,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:28,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:28,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:29,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:29,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:29,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:31,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:31,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:31,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:31,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:31,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:33,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:33,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:33,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:33,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:34,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:36,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:36,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:36,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:36,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:36,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:38,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:38,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:38,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:38,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:39,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:40,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:40,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:41,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:43,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:43,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:43,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:43,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:44,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:45,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:45,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:46,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:46,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:46,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:48,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:48,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:48,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:48,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:48,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:50,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:50,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:50,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:50,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:51,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:53,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:53,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:53,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:53,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:53,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:55,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:55,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:55,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:55,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:56,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:14:57,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:57,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:57,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:14:57,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:14:58,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:00,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:00,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:00,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:00,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:00,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:02,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:02,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:02,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:02,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:03,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:04,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:04,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:05,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:05,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:05,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:07,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:07,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:07,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:07,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:07,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:09,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:09,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:09,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:09,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:10,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:11,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:11,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:12,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:12,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:12,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:14,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:14,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:14,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:14,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:14,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:16,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:16,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:16,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:16,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:17,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:19,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:19,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:19,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:19,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:19,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:21,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:21,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:21,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:21,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:22,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:24,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:24,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:24,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:24,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:24,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:26,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:26,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:26,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:26,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:27,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:28,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:28,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:29,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:29,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:29,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:31,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:31,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:31,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:31,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:32,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:33,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:33,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:33,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:33,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:34,212 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:35,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:35,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:36,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:36,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:36,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:38,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:38,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:38,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:38,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:38,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:40,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:40,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:40,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:40,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:41,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:42,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:42,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:43,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:43,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:43,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:45,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:45,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:45,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:45,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:46,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:47,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:47,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:48,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:48,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:48,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:50,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:50,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:50,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:50,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:50,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:52,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:52,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:52,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:52,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:53,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:54,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:54,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:55,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:55,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:55,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:57,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:57,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:57,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:57,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:15:57,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:15:59,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:59,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:59,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:15:59,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:00,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:01,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:01,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:02,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:02,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:03,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:04,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:04,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:05,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:05,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:05,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:07,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:07,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:07,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:07,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:07,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:09,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:09,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:09,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:09,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:10,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:11,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:11,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:11,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:12,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:12,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:14,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:14,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:14,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:14,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:14,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:16,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:16,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:16,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:16,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:17,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:18,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:18,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:19,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:19,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:19,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:21,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:21,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:21,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:21,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:21,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:23,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:23,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:23,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:23,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:24,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:25,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:25,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:26,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:26,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:26,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:28,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:28,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:28,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:28,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:28,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:30,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:30,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:30,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:30,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:31,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:32,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:32,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:33,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:33,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:33,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:35,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:35,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:35,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:35,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:35,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:37,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:37,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:37,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:37,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:38,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:40,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:40,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:40,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:40,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:41,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:42,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:42,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:43,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:43,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:43,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:45,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:45,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:45,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:45,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:46,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:47,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:47,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:47,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:47,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:48,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:50,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:50,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:50,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:50,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:50,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:52,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:52,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:52,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:52,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:52,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:54,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:54,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:54,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:54,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:55,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:56,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:56,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:57,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:57,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:57,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:16:59,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:59,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:59,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:16:59,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:16:59,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:01,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:01,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:02,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:02,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:02,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:04,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:04,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:04,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:04,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:04,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:06,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:06,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:06,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:06,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:07,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:08,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:08,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:09,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:09,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:09,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:10,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:10,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:11,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:11,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:11,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:13,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:13,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:13,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:13,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:13,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:15,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:15,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:15,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:15,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:17,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:18,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:18,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:19,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:19,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:19,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:21,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:21,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:21,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:21,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:21,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:23,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:23,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:23,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:23,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:24,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:25,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:25,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:26,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:26,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:26,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:28,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:28,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:28,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:28,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:28,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:30,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:30,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:30,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:30,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:31,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:32,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:32,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:33,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:33,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:33,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:35,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:35,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:35,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:35,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:35,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:37,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:37,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:37,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:37,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:38,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:39,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:39,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:40,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:40,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:40,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:42,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:42,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:42,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:42,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:42,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:44,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:44,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:44,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:44,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:45,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:46,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:46,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:47,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:47,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:47,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:49,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:49,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:49,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:49,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:49,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:51,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:51,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:51,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:51,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:52,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:54,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:54,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:54,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:54,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:55,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:56,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:56,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:57,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:57,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:57,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:17:59,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:59,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:59,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:17:59,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:17:59,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:01,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:01,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:01,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:01,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:02,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:03,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:03,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:04,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:04,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:04,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:06,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:06,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:06,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:06,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:06,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:08,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:08,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:08,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:08,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:09,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:10,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:10,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:10,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:10,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:11,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:12,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:12,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:13,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:13,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:13,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:15,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:15,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:15,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:15,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:15,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:17,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:17,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:17,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:17,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:18,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:19,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:19,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:20,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:20,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:20,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:22,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:22,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:22,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:22,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:22,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:24,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:24,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:24,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:24,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:25,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:26,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:26,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:27,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:27,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:27,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:29,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:29,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:29,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:29,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:30,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:32,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:32,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:32,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:32,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:32,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:34,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:34,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:34,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:34,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:35,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:36,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:36,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:37,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:37,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:37,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:39,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:39,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:39,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:39,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:39,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:41,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:41,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:41,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:41,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:42,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:43,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:43,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:44,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:44,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:44,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:46,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:46,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:46,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:46,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:46,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:48,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:48,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:48,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:48,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:48,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:50,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:50,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:50,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:50,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:51,314 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:52,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:52,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:53,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:53,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:53,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:55,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:55,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:55,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:55,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:55,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:57,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:57,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:57,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:57,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:18:58,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:18:59,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:18:59,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:00,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:00,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:00,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:02,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:02,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:02,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:02,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:02,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:04,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:04,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:04,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:04,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:05,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:06,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:06,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:07,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:07,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:07,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:09,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:09,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:09,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:09,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:10,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:11,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:11,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:12,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:12,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:12,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:14,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:14,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:14,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:14,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:15,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:16,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:16,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:17,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:17,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:17,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:19,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:19,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:19,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:19,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:19,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:21,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:21,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:21,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:21,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:21,984 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:23,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:23,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:23,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:23,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:24,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:25,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:25,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:26,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:26,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:26,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:28,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:28,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:28,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:28,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:28,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:30,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:30,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:30,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:30,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:31,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:32,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:32,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:33,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:33,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:33,528 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:35,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:35,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:35,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:35,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:35,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:37,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:37,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:37,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:37,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:38,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:40,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:40,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:40,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:40,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:40,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:42,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:42,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:42,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:42,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:43,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:44,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:44,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:44,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:44,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:45,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:46,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:46,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:47,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:47,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:48,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:49,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:49,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:50,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:50,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:50,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:52,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:52,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:52,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:52,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:52,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:54,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:54,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:54,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:54,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:55,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:56,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:56,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:57,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:57,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:57,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:19:59,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:59,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:59,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:19:59,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:19:59,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:01,597 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:01,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:01,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:01,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:02,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:03,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:03,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:04,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:04,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:04,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:06,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:06,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:06,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:06,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:07,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:08,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:08,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:09,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:09,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:09,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:11,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:11,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:11,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:11,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:11,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:13,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:13,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:13,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:13,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:14,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:15,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:15,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:16,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:16,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:16,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:18,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:18,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:18,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:18,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:18,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:20,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:20,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:20,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:20,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:21,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:23,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:23,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:23,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:23,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:23,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:25,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:25,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:25,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:25,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:26,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:27,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:27,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:27,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:27,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:28,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:30,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:30,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:30,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:30,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:31,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:32,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:32,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:32,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:32,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:33,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:35,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:35,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:35,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:35,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:35,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:37,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:37,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:37,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:37,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:38,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:39,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:39,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:40,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:40,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:40,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:42,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:42,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:42,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:42,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:42,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:44,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:44,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:45,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:45,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:45,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:46,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:46,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:47,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:47,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:47,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:49,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:49,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:49,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:49,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:50,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:51,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:51,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:51,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:51,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:52,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:54,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:54,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:54,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:54,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:54,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:56,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:56,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:56,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:56,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:57,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:20:58,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:58,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:58,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:20:58,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:20:59,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:01,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:01,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:01,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:01,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:01,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:03,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:03,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:03,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:03,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:04,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:05,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:05,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:06,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:06,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:07,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:08,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:08,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:09,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:09,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:09,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:11,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:11,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:11,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:11,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:11,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:13,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:13,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:13,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:13,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:14,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:15,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:15,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:15,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:15,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:16,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:17,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:17,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:18,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:18,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:18,667 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:20,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:20,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:20,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:20,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:20,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:22,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:22,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:22,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:22,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:23,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:24,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:24,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:25,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:25,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:25,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:27,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:27,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:27,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:27,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:27,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:29,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:29,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:29,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:29,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:30,241 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:31,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:31,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:32,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:32,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:32,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:34,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:34,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:34,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:34,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:34,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:36,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:36,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:37,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:37,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:37,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:39,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:39,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:39,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:39,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:39,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:41,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:41,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:41,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:41,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:42,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:43,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:43,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:44,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:44,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:44,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:46,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:46,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:46,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:46,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:47,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:49,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:49,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:49,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:49,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:50,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:51,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:51,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:51,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:51,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:52,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:53,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:53,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:54,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:54,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:54,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:56,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:56,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:56,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:56,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:56,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:21:58,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:58,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:58,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:21:58,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:21:59,332 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:00,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:00,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:01,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:01,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:01,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:03,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:03,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:03,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:03,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:03,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:05,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:05,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:05,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:05,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:06,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:07,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:07,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:08,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:08,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:08,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:10,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:10,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:10,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:10,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:10,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:12,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:12,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:12,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:12,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:13,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:15,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:15,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:15,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:15,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:15,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:17,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:17,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:17,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:17,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:18,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:19,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:19,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:20,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:20,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:20,514 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:22,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:22,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:22,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:22,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:23,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:25,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:25,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:25,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:25,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:25,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:27,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:27,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:27,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:27,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:28,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:29,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:29,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:29,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:29,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:30,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:32,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:32,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:32,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:32,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:32,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:34,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:34,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:34,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:34,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:34,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:36,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:36,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:37,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:37,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:37,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:39,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:39,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:39,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:39,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:39,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:41,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:41,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:41,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:41,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:42,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:44,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:44,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:44,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:44,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:44,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:46,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:46,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:46,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:46,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:47,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:48,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:48,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:49,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:49,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:49,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:51,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:51,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:51,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:51,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:51,960 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:53,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:53,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:53,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:53,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:54,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:55,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:55,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:56,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:56,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:56,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:22:58,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:58,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:58,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:22:58,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:22:59,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:01,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:01,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:01,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:01,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:01,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:03,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:03,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:03,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:03,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:04,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:05,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:05,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:05,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:05,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:06,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:07,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:07,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:08,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:08,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:08,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:10,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:10,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:10,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:10,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:10,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:12,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:12,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:12,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:12,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:13,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:14,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:14,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:15,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:15,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:15,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:17,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:17,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:17,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:17,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:17,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:19,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:19,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:19,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:19,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:20,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:22,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:22,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:22,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:22,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:22,800 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:24,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:24,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:24,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:24,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:25,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:26,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:26,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:27,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:27,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:27,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:29,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:29,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:29,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:29,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:29,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:31,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:31,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:31,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:31,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:32,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:33,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:33,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:34,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:34,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:34,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:36,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:36,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:36,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:36,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:36,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:38,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:38,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:38,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:38,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:39,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:41,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:41,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:41,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:41,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:42,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:44,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:44,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:44,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:44,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:44,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:46,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:46,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:46,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:46,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:47,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:48,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:48,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:48,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:48,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:49,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:51,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:51,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:51,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:51,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:51,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:53,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:53,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:53,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:53,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:53,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:55,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:55,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:55,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:55,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:56,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:23:57,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:57,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:58,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:23:58,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:23:58,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:00,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:00,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:00,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:00,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:01,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:02,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:02,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:03,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:03,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:03,474 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:05,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:05,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:05,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:05,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:05,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:07,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:07,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:07,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:07,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:08,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:09,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:09,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:10,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:10,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:10,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:12,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:12,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:12,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:12,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:12,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:14,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:14,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:14,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:14,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:15,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:16,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:16,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:17,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:17,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:18,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:20,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:20,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:20,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:20,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:20,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:22,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:22,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:22,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:22,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:23,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:24,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:24,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:24,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:24,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:25,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:26,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:26,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:27,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:27,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:27,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:29,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:29,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:29,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:29,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:29,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:31,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:31,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:31,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:31,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:32,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:33,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:33,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:34,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:34,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:34,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:36,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:36,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:36,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:36,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:36,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:38,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:38,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:38,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:38,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:39,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:40,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:40,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:41,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:41,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:41,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:43,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:43,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:43,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:43,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:43,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:45,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:45,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:45,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:45,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:46,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:47,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:47,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:48,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:48,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:48,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:50,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:50,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:50,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:50,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:50,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:52,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:52,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:52,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:52,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:53,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:54,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:54,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:55,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:55,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:56,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:24:57,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:57,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:58,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:24:58,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:24:58,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:00,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:00,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:00,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:00,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:00,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:02,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:02,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:02,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:02,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:03,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:04,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:04,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:05,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:05,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:05,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:07,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:07,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:07,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:07,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:08,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:09,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:09,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:10,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:10,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:10,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:12,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:12,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:12,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:12,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:12,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:14,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:14,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:14,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:14,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:15,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:16,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:16,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:16,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:16,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:17,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:19,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:19,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:19,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:19,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:19,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:21,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:21,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:21,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:21,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:22,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:23,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:23,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:24,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:24,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:24,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:26,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:26,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:26,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:26,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:26,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:28,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:28,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:29,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:29,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:29,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:31,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:31,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:31,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:31,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:32,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:33,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:33,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:34,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:34,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:34,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:36,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:36,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:36,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:36,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:36,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:38,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:38,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:38,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:38,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:39,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:40,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:40,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:41,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:41,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:41,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:43,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:43,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:43,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:43,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:44,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:45,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:45,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:46,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:46,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:46,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:48,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:48,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:48,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:48,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:48,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:50,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:50,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:50,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:50,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:51,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:52,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:52,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:53,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:53,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:53,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:55,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:55,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:55,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:55,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:55,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:57,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:57,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:57,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:57,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:25:58,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:25:59,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:25:59,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:00,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:00,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:00,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:02,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:02,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:02,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:02,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:02,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:04,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:04,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:04,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:04,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:05,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:06,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:06,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:07,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:07,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:07,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:09,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:09,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:09,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:09,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:10,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:12,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:12,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:12,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:12,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:13,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:14,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:14,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:15,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:15,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:15,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:17,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:17,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:17,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:17,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:17,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:19,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:19,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:19,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:19,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:20,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:21,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:21,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:22,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:22,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:22,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:24,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:24,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:24,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:24,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:25,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:26,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:26,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:26,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:26,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:27,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:28,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:28,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:29,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:29,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:29,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:31,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:31,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:31,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:31,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:31,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:33,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:33,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:33,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:33,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:34,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:35,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:35,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:36,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:36,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:36,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:38,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:38,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:38,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:38,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:39,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:40,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:40,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:41,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:41,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:41,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:43,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:43,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:43,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:43,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:43,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:45,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:45,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:45,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:45,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:46,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:47,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:47,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:47,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:47,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:48,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:50,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:50,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:50,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:50,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:51,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:53,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:53,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:53,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:53,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:53,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:55,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:55,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:55,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:55,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:56,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:26:57,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:57,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:57,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:26:57,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:26:58,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:00,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:00,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:00,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:00,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:00,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:02,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:02,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:02,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:02,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:03,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:04,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:04,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:05,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:05,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:05,655 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:07,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:07,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:07,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:07,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:08,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:09,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:09,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:10,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:10,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:10,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:11,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:11,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:12,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:12,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:12,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:14,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:14,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:14,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:14,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:14,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:16,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:16,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:16,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:16,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:17,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:18,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:18,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:19,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:19,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:19,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:21,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:21,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:21,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:21,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:21,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:23,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:23,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:23,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:23,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:24,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:25,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:25,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:26,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:26,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:26,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:28,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:28,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:28,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:28,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:28,821 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:30,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:30,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:30,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:30,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:31,685 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:33,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:33,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:33,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:33,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:33,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:35,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:35,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:35,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:35,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:36,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:38,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:38,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:38,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:38,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:38,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:40,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:40,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:40,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:41,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:42,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:42,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:42,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:42,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:43,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:45,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:45,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:45,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:45,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:45,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:47,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:47,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:47,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:47,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:48,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:49,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:49,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:49,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:49,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:50,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:52,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:52,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:52,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:54,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:54,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:54,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:54,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:55,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:56,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:56,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:57,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:57,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:57,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:27:59,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:59,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:59,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:27:59,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:27:59,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:01,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:01,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:01,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:01,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:02,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:03,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:03,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:04,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:04,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:04,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:06,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:06,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:06,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:06,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:06,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:08,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:08,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:08,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:08,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:09,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:10,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:10,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:11,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:11,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:11,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:13,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:13,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:13,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:13,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:14,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:16,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:16,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:16,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:16,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:16,822 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:18,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:18,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:18,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:18,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:19,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:20,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:20,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:21,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:21,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:21,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:23,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:23,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:23,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:23,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:23,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:25,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:25,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:25,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:25,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:26,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:27,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:27,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:28,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:28,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:28,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:30,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:30,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:30,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:30,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:30,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:32,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:32,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:32,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:32,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:33,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:34,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:34,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:34,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:34,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:35,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:37,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:37,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:37,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:37,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:37,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:39,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:39,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:39,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:39,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:40,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:41,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:41,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:41,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:41,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:42,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:44,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:44,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:44,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:44,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:44,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:46,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:46,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:46,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:46,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:47,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:48,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:48,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:49,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:49,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:49,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:51,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:51,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:51,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:51,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:51,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:53,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:53,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:53,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:53,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:54,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:55,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:55,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:55,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:55,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:56,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:28:58,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:58,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:28:58,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:28:59,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:00,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:00,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:01,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:01,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:01,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:03,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:03,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:03,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:03,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:03,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:05,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:05,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:05,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:05,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:06,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:07,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:07,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:08,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:08,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:08,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:10,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:10,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:10,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:10,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:10,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:12,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:12,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:12,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:12,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:13,146 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:14,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:14,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:15,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:15,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:15,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:17,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:17,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:17,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:17,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:17,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:19,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:19,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:19,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:19,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:20,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:21,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:21,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:22,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:22,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:22,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:24,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:24,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:24,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:24,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:24,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:26,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:26,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:26,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:26,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:27,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:28,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:28,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:29,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:29,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:29,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:31,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:31,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:31,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:31,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:32,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:33,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:33,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:33,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:33,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:34,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:36,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:36,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:36,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:36,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:36,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:38,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:38,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:38,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:38,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:39,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:40,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:40,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:41,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:42,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:43,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:43,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:43,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:43,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:44,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:46,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:46,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:46,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:46,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:46,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:48,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:48,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:48,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:48,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:49,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:50,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:50,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:51,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:51,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:51,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:53,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:53,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:53,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:53,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:53,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:55,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:55,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:55,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:55,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:56,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:29:57,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:57,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:58,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:29:58,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:29:58,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:00,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:00,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:00,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:00,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:00,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:02,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:02,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:02,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:02,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:03,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:04,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:04,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:05,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:05,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:05,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:07,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:07,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:07,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:07,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:07,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:09,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:09,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:09,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:09,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:10,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:12,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:12,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:12,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:12,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:12,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:14,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:14,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:14,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:14,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:15,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:16,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:16,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:17,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:17,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:17,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:19,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:19,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:19,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:19,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:19,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:21,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:21,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:21,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:21,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:22,911 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:24,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:24,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:24,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:24,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:25,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:26,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:26,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:27,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:27,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:27,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:29,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:29,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:29,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:29,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:30,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:31,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:31,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:32,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:32,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:32,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:34,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:34,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:34,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:34,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:34,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:36,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:36,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:36,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:36,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:37,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:38,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:38,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:39,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:39,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:39,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:41,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:41,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:41,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:41,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:41,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:43,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:43,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:44,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:44,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:44,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:46,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:46,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:46,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:46,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:46,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:48,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:48,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:48,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:48,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:49,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:50,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:50,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:51,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:51,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:51,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:53,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:53,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:53,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:53,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:53,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:55,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:55,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:56,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:56,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:56,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:30:58,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:58,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:58,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:30:58,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:30:58,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:00,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:00,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:00,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:00,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:01,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:02,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:02,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:03,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:03,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:03,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:05,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:05,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:05,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:05,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:06,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:07,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:07,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:08,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:08,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:08,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:10,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:10,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:10,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:10,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:11,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:12,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:12,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:12,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:12,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:13,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:15,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:15,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:15,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:15,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:15,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:17,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:17,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:18,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:18,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:18,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:20,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:20,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:20,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:20,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:20,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:22,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:22,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:22,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:22,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:23,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:24,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:24,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:25,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:25,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:25,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:27,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:27,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:27,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:27,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:28,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:29,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:29,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:29,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:29,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:30,245 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:31,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:31,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:32,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:32,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:32,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:34,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:34,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:34,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:34,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:35,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:36,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:36,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:36,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:36,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:37,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:38,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:38,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:39,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:39,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:39,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:41,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:41,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:41,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:41,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:41,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:43,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:43,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:43,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:43,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:44,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:46,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:46,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:46,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:46,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:46,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:48,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:48,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:48,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:48,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:49,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:51,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:51,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:51,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:51,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:52,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:53,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:53,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:53,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:53,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:54,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:55,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:55,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:56,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:56,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:56,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:31:58,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:58,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:58,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:31:58,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:31:58,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:00,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:00,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:00,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:00,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:01,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:02,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:02,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:03,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:03,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:03,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:05,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:05,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:05,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:05,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:05,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:07,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:07,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:07,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:07,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:08,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:10,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:10,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:10,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:10,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:10,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:12,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:12,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:12,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:12,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:13,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:14,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:14,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:15,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:15,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:15,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:17,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:17,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:17,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:17,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:17,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:19,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:19,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:19,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:19,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:20,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:21,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:21,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:22,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:22,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:22,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:24,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:24,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:24,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:24,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:25,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:26,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:26,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:26,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:26,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:27,397 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:29,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:29,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:29,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:29,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:29,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:31,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:31,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:31,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:31,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:32,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:34,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:34,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:34,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:34,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:35,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:36,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:36,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:36,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:36,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:37,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:39,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:39,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:39,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:39,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:39,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:41,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:41,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:41,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:41,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:42,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:43,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:43,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:43,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:43,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:44,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:45,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:45,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:46,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:46,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:46,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:48,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:48,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:48,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:48,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:48,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:50,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:50,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:50,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:50,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:51,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:53,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:53,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:53,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:53,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:53,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:55,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:55,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:55,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:55,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:55,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:32:57,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:57,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:57,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:32:57,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:32:58,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:00,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:00,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:00,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:00,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:00,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:02,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:02,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:02,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:02,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:03,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:04,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:04,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:05,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:05,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:05,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:07,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:07,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:07,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:07,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:07,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:09,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:09,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:09,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:09,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:10,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:11,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:11,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:12,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:12,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:13,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:14,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:14,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:15,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:15,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:15,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:17,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:17,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:17,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:17,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:18,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:19,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:19,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:20,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:20,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:20,429 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:22,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:22,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:22,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:22,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:22,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:24,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:24,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:24,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:24,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:25,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:26,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:26,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:27,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:27,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:27,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:29,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:29,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:29,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:29,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:29,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:31,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:31,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:31,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:31,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:32,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:33,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:33,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:34,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:34,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:34,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:36,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:36,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:36,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:36,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:36,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:38,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:38,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:38,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:38,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:39,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:41,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:41,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:41,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:41,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:41,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:43,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:43,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:43,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:43,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:43,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:45,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:45,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:45,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:45,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:46,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:48,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:48,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:48,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:48,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:48,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:50,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:50,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:50,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:50,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:51,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:52,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:52,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:52,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:52,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:53,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:55,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:55,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:55,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:55,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:56,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:33:57,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:57,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:58,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:33:58,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:33:58,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:34:00,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:00,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:00,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:00,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:34:00,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:34:02,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:02,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:02,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:02,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:34:03,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:34:04,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:04,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:05,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:05,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:34:05,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:34:07,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:07,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:07,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:07,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:34:07,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:34:09,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:09,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:09,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:09,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:34:10,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:34:11,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:11,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:12,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:12,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-05 23:34:12,330 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-05 23:34:13,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:13,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:13,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-05 23:34:13,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. - 30%|██████████████████████████████████████ | 3000/10000 [9:20:48<5:36:15, 2.88s/it][INFO|trainer.py:3738] 2024-10-05 23:35:04,228 >> Saving model checkpoint to ./checkpoint-3000 -{'eval_loss': 0.13624447584152222, 'eval_wer': 9.09249148008355, 'eval_runtime': 4123.4662, 'eval_samples_per_second': 3.305, 'eval_steps_per_second': 0.413, 'epoch': 1.13} -[INFO|configuration_utils.py:410] 2024-10-05 23:35:04,229 >> Configuration saved in ./checkpoint-3000/config.json -[INFO|configuration_utils.py:868] 2024-10-05 23:35:04,230 >> Configuration saved in ./checkpoint-3000/generation_config.json -[INFO|modeling_utils.py:3000] 2024-10-05 23:35:12,370 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 2 checkpoint shards. You can find where each parameters has been saved in the index located at ./checkpoint-3000/model.safetensors.index.json. -[INFO|feature_extraction_utils.py:435] 2024-10-05 23:35:12,371 >> Feature extractor saved in ./checkpoint-3000/preprocessor_config.json -[INFO|feature_extraction_utils.py:435] 2024-10-05 23:35:37,768 >> Feature extractor saved in ./preprocessor_config.json -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/torch/utils/checkpoint.py:295: FutureWarning: `torch.cpu.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cpu', args...)` instead. - with torch.enable_grad(), device_autocast_ctx, torch.cpu.amp.autocast(**ctx.cpu_autocast_kwargs): # type: ignore[attr-defined] - 30%|█████████████████████████████████████▏ | 3004/10000 [9:21:36<837:32:43, 430.98s/it]/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -Reading metadata...: 75336it [00:02, 28964.88it/s] | 3408/10000 [9:41:11<4:37:57, 2.53s/it] -{'loss': 0.1083, 'grad_norm': 2.653007984161377, 'learning_rate': 3.212631578947368e-06, 'epoch': 1.13} -{'loss': 0.1119, 'grad_norm': 2.6895744800567627, 'learning_rate': 3.2011184210526316e-06, 'epoch': 1.13} -{'loss': 0.0944, 'grad_norm': 2.1507463455200195, 'learning_rate': 3.1896052631578946e-06, 'epoch': 1.14} -{'loss': 0.095, 'grad_norm': 3.61063289642334, 'learning_rate': 3.1780921052631576e-06, 'epoch': 1.14} -{'loss': 0.1076, 'grad_norm': 2.570584774017334, 'learning_rate': 3.1665789473684206e-06, 'epoch': 1.14} -{'loss': 0.1175, 'grad_norm': 3.05507230758667, 'learning_rate': 3.155065789473684e-06, 'epoch': 1.14} -{'loss': 0.0965, 'grad_norm': 2.82817006111145, 'learning_rate': 3.143552631578947e-06, 'epoch': 1.15} -{'loss': 0.0955, 'grad_norm': 2.336517572402954, 'learning_rate': 3.13203947368421e-06, 'epoch': 1.15} -{'loss': 0.1044, 'grad_norm': 3.8640036582946777, 'learning_rate': 3.120526315789473e-06, 'epoch': 1.15} -{'loss': 0.1013, 'grad_norm': 3.7205588817596436, 'learning_rate': 3.1090131578947366e-06, 'epoch': 1.15} -{'loss': 0.0978, 'grad_norm': 2.1962900161743164, 'learning_rate': 3.0974999999999996e-06, 'epoch': 1.16} -{'loss': 0.1089, 'grad_norm': 3.3310599327087402, 'learning_rate': 3.0859868421052626e-06, 'epoch': 1.16} -{'loss': 0.1078, 'grad_norm': 2.699566602706909, 'learning_rate': 3.074473684210526e-06, 'epoch': 1.16} -{'loss': 0.1118, 'grad_norm': 3.79370379447937, 'learning_rate': 3.0629605263157894e-06, 'epoch': 1.16} -{'loss': 0.1119, 'grad_norm': 1.9741384983062744, 'learning_rate': 3.0514473684210525e-06, 'epoch': 1.17} -{'loss': 0.1015, 'grad_norm': 2.29034686088562, 'learning_rate': 3.0399342105263155e-06, 'epoch': 1.17} -Reading metadata...: 13630it [00:00, 20059.47it/s] - 35%|████████████████████████████████████████████▍ | 3500/10000 [9:45:47<5:22:44, 2.98s/it][INFO|trainer.py:4054] 2024-10-06 00:00:03,157 >> -{'loss': 0.0708, 'grad_norm': 2.011443853378296, 'learning_rate': 3.028421052631579e-06, 'epoch': 2.0} -{'loss': 0.0668, 'grad_norm': 1.2196134328842163, 'learning_rate': 3.016907894736842e-06, 'epoch': 2.0} -{'loss': 0.0673, 'grad_norm': 2.863933563232422, 'learning_rate': 3.005394736842105e-06, 'epoch': 2.01} -{'loss': 0.0718, 'grad_norm': 1.9341013431549072, 'learning_rate': 2.9938815789473684e-06, 'epoch': 2.01} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-06 00:00:03,157 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-06 00:00:03,157 >> Batch size = 8 -Reading metadata...: 13630it [00:00, 32357.06it/s] -[INFO|trainer_utils.py:830] 2024-10-06 00:00:04,143 >> 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. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:04,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:06,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:06,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:06,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:06,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:06,802 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:08,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:08,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:08,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:08,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:09,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:10,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:10,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:11,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:11,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:11,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:13,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:13,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:13,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:13,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:13,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:15,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:15,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:15,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:15,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:16,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:17,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:17,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:18,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:18,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:18,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:20,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:20,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:20,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:20,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:20,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:22,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:22,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:22,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:22,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:23,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:24,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:24,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:25,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:25,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:25,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:27,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:27,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:27,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:27,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:27,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:29,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:29,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:29,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:29,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:30,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:31,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:31,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:32,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:32,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:32,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:34,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:34,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:34,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:34,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:34,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:36,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:36,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:36,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:36,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:37,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:39,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:39,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:39,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:39,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:39,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:41,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:41,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:41,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:41,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:42,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:44,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:44,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:44,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:44,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:45,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:46,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:46,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:46,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:46,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:47,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:48,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:48,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:49,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:49,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:49,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:51,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:51,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:51,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:51,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:51,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:53,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:53,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:53,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:53,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:54,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:55,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:55,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:56,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:56,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:56,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:00:58,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:58,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:58,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:00:58,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:00:59,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:00,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:00,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:01,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:01,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:01,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:03,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:03,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:03,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:03,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:04,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:05,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:05,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:06,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:06,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:06,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:08,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:08,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:08,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:08,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:08,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:10,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:10,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:10,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:10,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:11,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:12,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:12,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:13,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:13,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:13,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:15,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:15,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:15,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:15,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:15,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:17,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:17,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:17,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:17,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:18,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:19,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:19,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:20,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:20,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:20,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:22,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:22,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:22,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:22,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:23,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:25,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:25,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:25,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:25,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:25,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:27,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:27,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:27,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:27,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:28,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:29,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:29,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:30,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:30,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:30,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:32,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:32,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:32,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:32,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:32,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:34,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:34,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:34,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:34,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:35,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:36,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:36,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:37,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:37,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:37,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:39,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:39,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:39,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:40,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:41,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:41,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:42,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:42,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:42,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:44,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:44,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:44,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:44,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:44,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:46,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:46,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:46,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:46,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:47,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:48,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:48,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:49,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:49,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:49,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:51,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:51,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:51,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:51,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:51,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:53,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:53,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:53,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:53,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:54,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:55,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:55,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:56,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:56,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:56,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:01:58,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:58,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:58,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:01:58,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:01:58,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:00,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:00,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:00,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:00,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:01,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:02,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:02,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:03,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:03,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:03,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:05,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:05,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:05,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:05,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:06,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:08,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:08,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:08,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:08,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:09,030 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:10,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:10,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:10,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:10,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:11,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:13,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:13,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:13,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:13,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:13,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:15,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:15,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:15,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:15,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:16,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:17,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:17,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:18,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:18,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:18,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:20,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:20,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:20,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:20,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:21,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:22,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:22,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:22,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:22,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:23,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:25,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:25,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:25,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:25,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:25,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:27,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:27,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:27,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:27,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:28,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:30,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:30,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:30,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:30,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:30,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:32,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:32,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:32,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:32,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:32,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:34,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:34,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:34,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:34,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:35,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:36,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:36,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:37,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:37,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:37,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:39,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:39,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:39,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:40,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:41,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:41,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:41,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:41,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:42,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:44,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:44,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:44,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:44,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:45,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:46,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:46,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:47,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:47,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:47,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:49,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:49,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:49,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:49,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:49,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:51,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:51,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:51,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:51,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:52,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:53,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:53,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:54,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:54,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:54,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:56,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:56,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:56,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:56,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:56,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:02:58,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:58,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:02:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:02:59,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:01,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:01,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:01,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:01,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:01,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:03,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:03,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:03,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:03,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:04,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:05,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:05,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:06,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:06,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:06,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:08,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:08,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:08,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:08,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:09,067 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:10,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:10,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:11,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:11,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:11,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:13,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:13,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:13,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:13,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:13,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:15,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:15,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:15,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:15,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:16,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:18,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:18,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:18,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:18,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:18,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:20,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:20,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:20,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:20,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:21,022 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:22,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:22,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:22,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:22,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:23,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:25,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:25,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:25,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:25,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:26,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:28,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:28,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:28,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:28,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:29,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:30,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:30,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:31,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:31,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:31,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:33,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:33,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:33,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:33,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:33,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:35,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:35,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:35,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:35,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:36,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:37,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:37,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:38,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:38,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:38,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:40,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:40,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:40,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:40,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:41,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:42,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:42,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:42,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:42,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:43,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:45,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:45,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:45,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:45,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:45,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:47,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:47,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:47,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:47,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:48,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:50,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:50,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:50,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:50,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:50,740 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:52,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:52,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:52,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:52,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:53,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:54,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:54,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:55,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:55,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:55,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:57,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:57,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:57,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:57,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:03:57,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:03:59,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:59,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:59,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:03:59,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:00,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:01,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:01,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:02,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:02,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:02,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:04,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:04,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:04,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:04,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:05,182 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:06,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:06,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:07,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:07,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:08,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:09,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:09,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:10,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:10,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:10,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:12,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:12,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:12,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:12,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:12,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:14,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:14,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:14,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:14,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:15,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:17,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:17,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:17,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:17,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:17,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:19,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:19,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:19,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:19,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:20,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:21,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:21,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:22,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:22,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:22,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:24,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:24,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:24,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:24,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:25,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:26,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:26,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:27,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:27,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:27,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:29,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:29,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:29,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:29,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:29,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:31,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:31,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:31,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:31,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:32,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:33,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:33,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:34,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:34,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:34,525 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:36,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:36,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:36,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:36,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:36,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:38,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:38,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:38,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:38,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:39,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:40,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:40,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:41,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:41,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:41,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:43,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:43,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:43,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:43,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:44,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:45,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:45,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:46,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:46,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:46,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:48,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:48,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:48,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:48,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:49,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:51,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:51,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:51,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:51,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:51,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:53,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:53,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:53,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:53,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:54,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:55,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:55,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:56,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:56,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:56,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:04:58,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:58,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:58,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:04:58,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:04:59,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:00,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:00,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:01,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:01,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:01,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:03,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:03,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:03,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:03,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:03,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:05,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:05,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:05,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:05,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:06,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:08,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:08,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:08,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:08,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:08,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:10,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:10,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:10,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:10,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:11,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:12,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:12,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:12,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:12,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:13,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:15,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:15,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:15,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:15,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:15,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:17,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:17,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:17,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:17,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:18,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:19,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:19,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:20,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:20,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:20,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:22,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:22,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:22,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:22,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:23,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:24,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:24,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:24,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:24,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:25,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:26,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:26,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:27,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:27,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:27,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:29,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:29,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:29,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:29,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:30,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:31,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:31,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:31,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:31,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:32,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:34,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:34,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:34,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:34,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:35,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:37,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:37,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:37,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:37,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:37,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:39,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:39,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:39,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:39,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:40,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:41,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:41,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:42,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:42,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:42,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:44,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:44,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:44,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:44,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:44,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:46,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:46,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:46,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:46,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:47,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:48,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:48,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:49,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:49,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:49,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:51,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:51,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:51,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:51,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:51,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:53,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:53,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:53,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:53,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:54,235 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:56,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:56,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:56,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:56,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:56,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:05:58,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:58,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:58,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:05:58,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:05:59,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:00,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:00,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:01,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:01,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:01,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:03,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:03,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:03,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:03,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:04,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:05,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:05,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:06,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:06,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:06,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:08,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:08,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:08,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:08,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:08,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:10,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:10,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:10,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:10,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:11,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:12,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:12,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:13,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:13,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:13,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:15,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:15,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:15,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:15,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:16,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:18,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:18,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:18,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:18,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:18,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:20,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:20,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:20,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:20,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:21,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:22,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:22,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:23,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:23,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:23,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:24,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:24,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:25,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:25,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:25,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:27,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:27,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:27,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:27,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:27,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:29,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:29,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:29,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:29,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:30,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:32,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:32,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:32,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:32,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:32,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:34,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:34,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:34,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:34,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:35,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:36,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:36,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:37,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:37,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:37,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:39,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:39,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:39,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:39,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:39,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:41,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:41,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:41,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:41,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:42,261 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:44,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:44,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:44,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:44,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:44,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:46,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:46,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:46,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:46,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:47,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:48,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:48,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:48,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:48,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:49,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:50,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:50,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:51,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:51,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:51,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:53,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:53,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:53,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:53,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:54,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:55,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:55,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:56,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:56,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:56,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:06:58,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:58,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:58,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:06:58,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:06:59,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:00,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:00,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:01,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:01,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:01,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:03,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:03,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:03,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:03,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:03,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:05,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:05,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:06,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:06,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:06,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:08,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:08,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:08,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:08,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:08,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:10,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:10,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:10,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:10,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:11,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:12,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:12,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:13,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:13,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:13,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:15,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:15,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:15,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:15,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:15,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:17,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:17,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:17,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:17,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:18,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:20,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:20,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:20,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:20,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:20,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:22,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:22,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:22,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:22,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:23,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:24,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:24,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:25,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:25,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:25,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:27,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:27,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:27,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:27,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:27,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:29,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:29,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:29,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:29,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:30,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:31,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:31,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:32,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:32,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:32,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:34,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:34,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:34,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:34,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:35,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:36,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:36,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:37,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:37,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:37,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:39,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:39,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:39,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:39,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:40,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:42,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:42,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:42,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:42,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:42,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:44,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:44,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:44,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:44,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:45,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:46,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:46,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:46,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:46,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:47,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:49,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:49,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:49,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:49,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:49,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:51,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:51,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:51,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:51,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:52,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:53,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:53,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:54,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:54,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:54,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:56,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:56,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:56,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:56,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:56,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:07:58,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:58,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:58,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:07:58,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:07:59,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:00,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:00,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:01,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:01,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:01,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:03,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:03,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:03,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:03,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:04,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:05,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:05,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:05,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:05,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:06,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:07,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:07,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:08,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:08,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:08,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:10,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:10,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:10,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:10,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:11,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:12,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:12,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:13,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:13,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:13,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:15,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:15,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:15,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:15,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:15,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:17,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:17,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:17,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:17,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:18,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:19,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:19,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:20,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:20,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:20,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:22,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:22,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:22,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:22,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:23,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:24,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:24,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:25,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:25,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:25,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:27,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:27,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:27,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:27,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:27,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:29,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:29,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:29,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:29,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:30,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:32,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:32,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:32,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:32,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:32,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:34,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:34,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:34,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:34,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:35,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:37,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:37,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:37,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:37,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:37,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:39,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:39,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:39,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:39,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:40,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:42,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:42,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:42,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:42,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:42,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:44,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:44,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:44,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:44,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:45,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:46,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:46,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:47,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:47,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:47,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:49,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:49,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:49,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:49,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:49,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:51,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:51,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:51,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:51,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:52,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:53,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:53,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:54,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:54,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:54,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:56,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:56,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:56,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:56,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:56,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:08:58,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:58,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:58,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:08:58,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:08:59,389 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:01,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:01,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:01,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:01,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:02,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:03,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:03,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:04,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:04,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:04,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:06,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:06,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:06,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:06,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:06,876 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:08,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:08,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:08,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:08,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:09,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:10,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:10,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:11,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:11,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:11,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:13,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:13,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:13,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:13,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:13,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:15,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:15,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:15,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:15,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:16,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:17,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:17,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:17,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:17,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:18,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:20,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:20,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:20,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:20,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:20,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:22,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:22,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:22,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:22,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:23,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:24,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:24,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:25,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:25,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:25,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:27,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:27,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:27,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:27,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:27,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:29,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:29,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:29,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:29,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:30,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:31,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:31,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:32,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:32,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:32,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:34,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:34,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:34,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:34,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:35,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:36,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:36,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:37,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:37,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:37,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:39,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:39,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:39,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:39,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:39,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:41,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:41,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:41,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:41,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:42,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:43,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:43,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:43,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:43,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:44,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:46,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:46,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:46,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:46,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:47,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:48,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:48,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:49,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:49,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:49,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:51,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:51,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:51,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:51,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:51,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:53,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:53,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:53,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:53,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:54,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:55,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:55,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:56,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:56,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:56,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:09:58,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:58,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:58,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:09:58,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:09:59,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:00,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:00,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:01,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:01,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:01,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:03,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:03,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:03,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:03,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:03,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:05,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:05,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:05,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:05,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:06,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:07,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:07,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:08,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:08,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:08,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:10,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:10,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:10,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:10,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:10,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:12,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:12,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:12,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:12,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:13,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:14,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:14,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:15,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:15,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:15,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:17,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:17,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:17,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:17,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:17,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:19,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:19,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:19,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:19,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:20,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:21,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:21,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:22,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:22,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:22,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:24,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:24,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:24,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:24,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:24,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:26,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:26,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:26,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:26,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:27,790 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:29,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:29,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:29,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:29,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:30,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:31,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:31,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:32,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:32,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:32,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:34,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:34,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:34,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:34,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:34,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:36,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:36,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:36,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:36,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:37,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:38,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:38,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:39,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:39,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:39,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:41,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:41,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:41,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:41,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:41,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:43,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:43,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:43,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:43,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:44,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:45,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:45,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:46,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:46,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:46,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:48,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:48,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:48,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:48,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:49,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:50,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:50,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:51,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:51,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:51,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:53,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:53,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:53,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:53,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:53,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:55,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:55,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:56,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:56,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:56,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:10:58,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:58,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:58,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:10:58,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:10:58,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:00,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:00,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:00,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:00,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:01,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:02,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:02,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:03,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:03,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:03,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:05,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:05,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:05,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:05,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:05,880 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:07,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:07,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:07,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:07,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:08,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:10,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:10,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:10,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:10,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:11,047 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:12,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:12,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:13,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:13,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:13,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:15,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:15,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:15,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:15,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:15,892 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:17,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:17,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:17,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:17,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:18,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:19,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:19,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:20,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:20,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:20,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:22,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:22,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:22,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:22,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:22,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:24,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:24,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:24,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:24,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:25,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:26,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:26,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:27,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:27,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:27,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:29,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:29,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:30,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:31,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:31,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:32,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:32,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:32,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:34,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:34,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:34,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:34,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:35,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:36,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:36,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:36,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:36,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:37,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:39,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:39,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:39,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:39,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:39,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:41,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:41,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:41,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:41,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:42,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:43,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:43,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:44,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:44,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:44,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:46,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:46,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:46,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:46,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:46,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:48,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:48,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:48,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:48,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:49,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:50,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:50,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:51,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:51,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:52,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:54,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:54,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:54,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:54,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:54,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:56,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:56,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:56,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:56,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:57,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:11:58,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:58,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:59,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:11:59,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:11:59,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:01,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:01,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:01,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:01,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:01,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:03,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:03,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:03,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:03,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:04,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:05,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:05,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:06,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:06,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:06,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:08,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:08,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:08,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:08,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:08,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:10,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:10,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:10,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:10,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:11,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:12,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:12,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:13,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:13,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:13,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:15,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:15,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:15,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:15,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:15,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:17,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:17,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:17,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:17,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:18,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:20,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:20,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:20,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:20,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:20,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:22,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:22,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:22,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:22,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:23,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:24,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:24,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:25,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:25,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:25,620 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:27,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:27,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:27,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:27,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:27,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:29,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:29,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:29,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:29,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:30,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:32,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:32,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:32,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:32,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:33,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:34,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:34,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:35,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:35,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:35,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:37,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:37,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:37,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:37,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:38,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:39,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:39,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:40,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:40,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:40,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:42,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:42,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:42,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:42,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:42,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:44,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:44,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:44,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:44,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:45,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:47,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:47,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:47,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:47,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:47,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:49,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:49,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:49,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:49,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:50,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:51,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:51,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:52,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:52,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:52,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:54,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:54,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:54,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:54,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:54,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:56,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:56,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:56,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:56,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:57,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:12:58,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:58,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:59,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:12:59,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:12:59,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:01,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:01,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:01,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:01,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:02,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:03,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:03,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:03,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:03,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:04,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:06,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:06,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:06,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:06,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:06,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:08,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:08,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:08,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:08,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:09,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:10,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:10,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:11,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:11,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:12,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:14,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:14,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:14,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:14,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:14,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:16,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:16,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:16,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:16,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:17,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:18,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:18,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:19,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:19,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:19,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:21,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:21,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:21,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:21,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:21,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:23,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:23,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:23,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:23,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:24,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:25,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:25,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:26,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:26,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:26,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:28,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:28,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:28,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:28,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:29,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:30,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:30,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:31,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:31,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:31,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:33,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:33,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:33,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:33,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:33,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:35,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:35,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:35,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:35,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:36,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:37,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:37,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:38,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:38,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:38,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:40,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:40,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:40,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:40,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:40,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:42,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:42,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:42,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:42,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:43,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:44,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:44,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:45,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:45,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:45,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:47,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:47,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:47,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:47,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:48,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:49,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:49,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:49,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:49,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:50,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:52,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:52,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:52,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:52,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:52,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:54,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:54,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:54,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:54,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:55,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:57,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:57,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:57,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:57,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:13:58,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:13:59,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:13:59,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:00,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:00,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:00,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:02,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:02,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:02,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:02,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:02,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:04,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:04,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:04,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:04,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:05,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:07,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:07,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:07,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:07,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:07,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:09,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:09,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:09,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:09,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:10,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:11,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:11,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:12,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:12,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:12,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:14,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:14,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:14,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:14,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:14,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:16,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:16,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:16,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:16,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:17,019 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:18,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:18,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:18,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:18,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:19,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:20,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:20,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:21,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:21,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:21,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:23,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:23,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:23,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:23,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:24,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:25,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:25,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:26,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:26,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:26,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:28,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:28,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:28,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:28,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:28,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:30,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:30,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:30,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:30,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:31,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:32,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:32,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:33,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:33,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:33,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:35,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:35,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:35,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:35,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:36,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:38,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:38,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:38,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:38,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:38,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:40,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:40,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:40,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:40,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:41,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:42,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:42,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:43,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:43,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:43,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:45,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:45,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:45,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:45,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:45,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:47,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:47,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:47,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:47,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:48,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:49,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:49,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:50,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:50,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:50,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:52,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:52,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:52,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:52,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:53,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:54,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:54,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:54,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:54,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:55,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:57,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:57,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:57,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:57,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:14:57,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:14:59,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:59,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:59,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:14:59,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:00,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:01,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:01,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:01,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:01,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:02,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:04,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:04,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:04,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:04,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:04,777 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:06,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:06,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:06,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:06,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:07,246 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:08,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:08,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:09,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:09,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:09,626 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:11,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:11,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:11,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:11,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:12,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:13,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:13,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:14,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:14,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:14,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:16,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:16,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:16,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:16,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:16,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:18,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:18,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:18,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:18,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:19,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:20,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:20,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:21,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:21,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:22,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:23,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:23,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:24,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:24,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:24,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:26,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:26,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:26,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:26,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:26,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:28,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:28,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:28,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:28,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:29,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:30,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:30,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:31,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:31,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:31,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:33,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:33,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:33,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:33,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:33,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:35,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:35,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:36,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:36,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:36,427 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:38,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:38,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:38,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:38,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:38,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:40,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:40,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:40,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:40,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:41,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:42,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:42,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:43,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:43,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:43,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:45,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:45,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:45,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:45,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:45,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:47,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:47,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:48,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:48,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:48,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:50,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:50,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:50,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:50,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:50,812 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:52,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:52,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:52,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:52,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:53,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:54,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:54,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:55,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:55,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:55,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:57,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:57,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:57,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:57,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:15:58,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:15:59,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:59,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:59,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:15:59,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:00,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:02,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:02,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:02,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:02,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:03,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:04,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:04,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:05,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:05,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:05,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:07,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:07,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:07,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:07,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:07,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:09,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:09,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:09,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:09,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:10,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:11,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:11,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:12,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:12,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:12,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:14,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:14,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:14,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:14,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:14,907 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:16,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:16,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:16,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:16,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:17,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:18,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:18,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:19,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:19,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:19,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:21,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:21,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:21,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:21,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:22,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:23,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:23,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:24,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:24,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:24,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:26,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:26,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:26,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:26,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:26,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:28,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:28,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:28,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:28,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:29,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:30,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:30,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:31,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:31,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:31,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:33,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:33,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:33,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:33,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:33,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:35,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:35,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:35,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:35,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:36,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:38,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:38,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:38,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:38,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:38,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:40,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:40,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:40,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:40,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:41,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:43,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:43,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:43,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:43,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:44,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:46,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:46,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:46,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:46,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:46,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:48,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:48,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:48,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:48,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:49,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:50,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:50,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:51,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:51,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:51,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:53,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:53,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:53,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:53,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:53,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:55,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:55,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:55,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:55,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:56,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:16:58,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:58,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:58,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:16:58,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:16:58,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:00,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:00,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:00,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:00,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:01,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:03,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:03,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:03,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:03,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:03,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:05,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:05,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:05,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:05,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:06,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:07,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:07,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:07,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:07,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:08,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:10,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:10,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:10,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:10,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:10,702 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:12,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:12,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:12,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:12,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:13,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:14,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:14,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:15,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:15,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:15,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:17,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:17,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:17,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:17,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:17,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:19,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:19,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:19,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:19,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:20,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:21,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:21,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:22,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:22,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:22,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:24,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:24,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:24,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:24,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:25,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:27,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:27,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:27,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:27,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:27,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:29,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:29,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:30,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:30,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:30,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:32,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:32,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:32,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:32,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:32,778 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:34,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:34,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:34,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:34,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:35,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:36,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:36,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:37,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:37,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:37,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:39,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:39,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:39,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:39,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:40,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:41,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:41,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:41,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:41,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:42,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:43,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:43,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:44,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:44,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:44,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:46,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:46,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:46,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:46,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:47,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:48,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:48,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:49,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:49,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:49,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:51,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:51,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:51,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:51,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:51,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:53,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:53,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:53,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:53,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:54,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:56,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:56,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:56,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:56,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:56,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:17:58,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:58,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:58,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:17:58,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:17:59,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:00,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:00,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:01,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:01,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:01,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:03,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:03,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:03,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:03,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:03,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:05,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:05,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:05,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:06,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:08,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:08,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:08,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:08,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:09,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:11,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:11,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:11,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:11,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:11,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:13,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:13,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:13,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:13,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:14,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:16,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:16,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:16,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:16,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:16,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:18,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:18,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:18,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:18,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:19,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:20,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:20,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:21,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:21,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:21,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:23,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:23,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:23,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:23,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:24,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:25,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:25,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:26,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:26,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:26,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:28,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:28,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:28,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:28,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:28,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:30,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:30,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:30,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:30,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:31,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:32,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:32,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:33,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:33,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:33,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:35,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:35,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:35,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:35,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:36,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:37,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:37,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:38,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:38,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:38,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:40,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:40,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:40,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:40,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:40,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:42,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:42,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:42,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:42,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:43,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:44,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:44,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:45,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:45,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:45,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:47,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:47,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:47,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:47,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:48,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:49,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:49,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:50,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:50,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:50,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:52,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:52,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:52,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:52,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:52,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:54,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:54,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:54,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:55,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:55,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:57,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:57,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:57,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:57,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:18:57,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:18:59,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:59,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:59,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:18:59,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:00,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:01,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:01,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:02,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:02,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:02,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:04,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:04,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:04,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:04,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:04,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:06,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:06,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:06,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:06,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:07,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:08,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:08,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:09,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:09,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:09,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:11,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:11,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:11,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:11,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:12,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:13,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:13,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:13,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:13,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:14,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:15,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:15,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:16,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:16,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:16,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:18,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:18,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:18,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:18,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:18,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:20,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:20,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:21,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:21,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:21,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:23,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:23,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:23,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:23,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:23,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:25,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:25,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:25,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:25,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:26,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:28,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:28,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:28,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:28,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:29,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:31,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:31,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:31,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:31,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:31,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:33,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:33,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:33,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:33,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:34,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:35,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:35,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:36,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:36,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:36,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:38,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:38,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:38,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:38,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:38,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:40,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:40,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:40,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:40,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:41,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:42,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:42,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:43,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:43,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:43,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:45,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:45,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:45,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:45,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:45,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:47,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:47,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:47,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:47,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:48,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:49,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:49,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:50,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:50,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:50,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:52,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:52,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:52,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:52,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:52,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:54,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:54,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:54,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:54,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:55,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:56,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:56,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:57,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:57,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:57,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:19:59,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:59,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:59,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:19:59,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:19:59,863 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:01,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:01,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:01,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:01,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:02,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:03,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:03,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:04,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:04,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:04,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:06,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:06,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:06,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:06,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:06,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:08,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:08,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:08,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:08,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:09,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:11,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:11,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:11,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:11,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:12,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:13,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:13,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:14,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:14,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:14,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:16,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:16,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:16,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:16,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:17,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:18,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:18,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:19,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:19,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:19,422 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:21,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:21,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:21,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:21,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:21,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:23,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:23,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:23,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:23,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:24,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:25,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:25,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:26,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:26,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:26,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:28,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:28,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:28,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:28,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:28,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:30,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:30,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:30,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:30,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:31,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:32,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:32,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:33,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:33,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:33,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:35,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:35,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:35,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:35,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:35,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:37,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:37,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:37,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:37,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:38,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:39,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:39,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:40,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:40,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:40,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:42,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:42,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:42,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:42,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:43,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:44,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:44,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:45,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:45,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:45,414 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:47,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:47,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:47,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:47,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:47,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:49,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:49,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:49,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:49,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:50,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:51,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:51,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:52,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:52,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:53,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:54,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:54,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:54,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:54,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:55,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:57,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:57,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:57,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:57,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:20:57,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:20:59,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:59,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:59,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:20:59,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:00,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:01,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:01,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:01,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:01,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:02,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:04,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:04,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:04,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:04,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:04,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:06,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:06,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:06,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:06,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:07,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:08,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:08,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:09,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:09,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:09,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:11,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:11,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:11,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:11,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:11,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:13,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:13,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:13,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:13,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:14,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:15,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:15,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:16,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:16,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:16,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:18,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:18,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:18,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:18,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:18,935 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:20,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:20,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:20,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:20,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:21,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:22,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:22,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:23,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:23,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:23,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:25,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:25,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:25,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:25,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:25,945 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:27,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:27,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:27,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:27,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:28,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:29,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:29,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:30,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:30,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:30,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:32,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:32,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:32,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:32,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:33,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:34,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:34,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:35,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:35,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:35,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:37,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:37,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:37,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:37,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:38,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:40,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:40,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:40,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:40,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:40,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:42,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:42,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:42,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:42,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:43,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:44,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:44,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:44,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:44,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:45,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:47,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:47,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:47,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:47,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:47,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:49,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:49,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:49,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:49,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:50,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:52,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:52,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:52,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:52,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:52,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:54,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:54,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:54,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:54,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:55,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:56,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:56,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:56,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:56,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:57,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:21:59,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:59,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:59,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:21:59,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:21:59,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:01,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:01,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:01,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:01,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:02,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:04,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:04,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:04,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:04,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:04,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:06,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:06,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:06,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:06,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:07,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:08,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:08,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:09,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:09,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:09,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:11,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:11,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:11,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:11,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:12,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:13,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:13,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:13,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:13,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:14,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:16,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:16,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:16,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:16,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:16,790 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:18,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:18,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:18,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:18,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:19,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:21,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:21,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:21,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:21,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:22,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:23,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:23,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:24,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:24,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:24,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:26,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:26,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:26,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:26,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:26,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:28,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:28,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:28,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:28,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:29,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:31,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:31,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:31,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:31,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:31,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:33,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:33,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:33,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:33,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:34,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:35,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:35,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:35,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:35,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:36,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:38,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:38,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:38,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:38,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:38,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:40,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:40,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:40,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:40,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:42,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:42,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:42,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:42,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:43,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:44,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:44,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:45,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:45,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:45,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:47,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:47,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:47,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:47,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:47,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:49,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:49,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:49,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:49,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:50,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:52,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:52,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:52,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:52,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:52,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:54,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:54,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:54,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:54,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:55,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:56,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:56,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:57,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:57,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:22:57,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:22:59,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:59,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:59,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:22:59,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:00,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:02,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:02,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:02,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:02,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:02,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:04,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:04,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:04,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:04,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:05,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:07,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:07,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:07,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:07,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:07,877 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:09,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:09,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:09,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:09,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:10,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:11,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:11,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:12,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:12,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:12,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:14,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:14,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:14,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:14,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:14,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:16,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:16,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:16,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:16,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:17,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:19,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:19,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:19,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:19,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:19,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:21,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:21,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:21,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:21,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:22,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:23,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:23,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:23,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:23,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:24,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:26,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:26,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:26,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:26,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:26,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:28,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:28,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:28,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:28,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:28,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:30,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:30,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:30,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:30,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:31,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:32,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:32,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:33,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:33,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:33,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:35,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:35,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:35,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:35,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:35,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:37,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:37,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:37,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:37,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:38,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:39,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:39,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:40,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:40,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:40,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:42,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:42,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:42,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:42,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:43,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:45,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:45,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:45,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:45,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:45,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:47,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:47,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:47,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:47,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:48,064 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:49,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:49,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:50,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:50,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:50,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:52,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:52,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:52,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:52,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:52,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:54,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:54,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:54,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:54,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:55,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:56,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:56,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:57,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:57,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:57,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:23:59,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:59,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:59,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:23:59,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:23:59,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:01,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:01,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:01,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:01,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:02,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:03,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:03,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:04,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:04,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:04,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:06,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:06,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:06,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:06,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:06,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:08,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:08,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:08,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:08,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:09,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:10,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:10,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:11,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:11,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:11,565 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:13,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:13,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:13,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:13,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:13,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:15,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:15,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:15,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:15,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:16,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:17,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:17,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:18,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:18,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:19,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:20,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:20,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:21,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:21,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:23,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:23,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:23,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:23,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:23,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:25,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:25,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:25,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:25,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:26,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:28,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:28,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:28,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:28,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:28,679 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:30,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:30,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:30,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:30,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:31,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:32,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:32,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:32,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:32,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:33,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:35,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:35,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:35,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:35,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:35,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:37,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:37,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:37,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:37,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:38,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:39,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:39,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:40,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:40,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:40,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:42,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:42,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:42,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:42,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:43,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:44,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:44,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:45,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:45,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:45,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:47,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:47,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:47,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:47,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:47,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:49,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:49,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:49,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:49,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:50,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:51,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:51,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:52,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:52,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:52,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:54,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:54,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:54,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:54,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:54,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:56,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:56,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:57,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:57,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:24:57,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:24:59,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:59,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:59,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:24:59,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:00,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:01,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:01,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:02,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:02,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:02,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:04,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:04,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:04,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:04,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:04,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:06,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:06,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:06,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:06,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:07,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:09,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:09,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:09,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:09,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:09,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:11,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:11,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:11,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:11,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:12,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:13,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:13,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:14,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:14,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:14,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:16,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:16,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:16,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:16,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:16,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:18,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:18,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:18,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:18,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:19,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:20,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:20,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:21,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:21,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:21,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:23,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:23,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:23,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:23,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:23,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:25,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:25,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:25,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:25,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:26,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:28,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:28,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:28,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:28,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:28,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:30,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:30,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:30,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:30,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:31,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:32,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:32,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:33,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:33,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:33,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:35,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:35,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:35,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:35,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:35,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:37,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:37,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:37,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:37,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:38,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:39,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:39,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:40,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:40,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:41,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:42,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:42,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:43,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:43,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:43,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:45,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:45,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:45,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:45,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:45,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:47,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:47,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:47,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:47,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:48,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:49,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:49,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:49,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:49,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:50,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:52,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:52,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:52,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:52,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:52,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:54,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:54,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:54,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:54,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:55,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:56,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:56,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:57,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:57,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:57,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:25:59,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:59,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:59,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:25:59,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:25:59,817 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:01,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:01,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:01,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:01,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:02,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:03,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:03,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:04,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:04,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:04,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:06,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:06,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:06,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:06,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:07,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:08,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:08,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:08,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:08,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:09,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:10,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:10,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:11,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:11,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:11,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:13,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:13,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:13,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:13,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:14,147 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:15,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:15,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:16,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:16,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:16,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:18,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:18,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:18,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:18,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:18,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:20,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:20,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:20,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:20,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:21,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:22,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:22,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:23,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:23,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:24,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:25,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:25,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:25,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:25,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:26,303 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:27,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:27,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:28,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:28,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:28,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:30,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:30,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:30,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:30,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:30,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:32,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:32,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:32,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:32,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:33,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:34,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:34,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:35,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:35,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:35,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:37,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:37,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:37,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:37,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:38,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:39,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:39,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:39,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:39,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:40,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:42,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:42,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:42,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:42,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:42,760 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:44,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:44,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:44,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:44,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:45,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:46,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:46,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:47,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:47,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:47,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:49,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:49,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:49,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:49,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:49,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:51,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:51,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:51,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:51,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:52,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:53,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:53,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:54,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:54,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:54,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:56,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:56,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:56,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:56,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:56,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:26:58,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:58,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:58,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:26:58,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:26:59,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:00,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:00,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:01,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:01,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:01,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:03,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:03,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:03,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:03,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:04,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:05,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:05,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:06,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:06,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:07,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:08,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:08,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:09,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:09,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:09,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:11,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:11,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:11,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:11,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:11,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:13,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:13,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:13,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:13,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:14,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:15,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:15,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:16,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:16,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:16,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:18,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:18,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:18,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:18,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:19,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:20,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:20,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:20,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:20,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:21,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:23,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:23,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:23,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:23,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:23,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:25,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:25,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:25,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:25,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:26,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:27,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:27,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:28,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:28,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:28,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:30,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:30,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:30,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:30,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:31,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:32,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:32,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:33,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:33,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:33,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:35,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:35,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:35,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:35,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:35,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:37,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:37,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:37,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:37,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:38,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:39,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:39,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:40,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:40,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:40,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:42,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:42,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:42,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:42,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:42,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:44,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:44,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:44,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:44,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:45,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:47,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:47,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:47,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:47,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:48,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:49,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:49,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:50,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:50,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:50,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:52,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:52,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:52,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:52,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:53,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:54,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:54,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:54,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:54,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:55,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:56,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:56,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:57,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:57,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:57,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:27:59,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:59,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:59,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:27:59,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:27:59,885 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:01,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:01,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:01,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:01,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:02,220 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:03,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:03,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:04,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:04,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:04,519 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:06,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:06,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:06,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:06,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:06,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:08,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:08,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:08,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:08,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:09,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:10,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:10,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:11,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:11,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:11,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:13,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:13,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:13,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:13,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:13,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:15,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:15,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:15,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:15,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:16,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:18,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:18,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:18,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:18,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:18,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:20,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:20,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:20,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:20,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:21,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:22,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:22,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:23,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:23,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:23,675 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:25,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:25,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:25,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:25,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:26,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:27,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:27,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:28,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:28,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:29,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:30,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:30,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:31,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:31,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:31,555 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:33,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:33,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:33,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:33,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:33,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:35,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:35,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:35,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:35,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:36,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:38,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:38,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:38,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:38,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:38,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:40,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:40,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:40,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:40,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:41,167 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:42,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:42,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:43,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:43,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:43,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:45,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:45,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:45,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:45,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:45,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:47,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:47,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:47,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:47,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:48,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:49,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:49,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:50,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:50,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:50,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:52,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:52,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:52,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:52,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:52,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:54,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:54,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:54,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:54,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:55,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:56,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:56,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:57,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:57,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:57,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:28:59,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:59,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:59,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:28:59,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:28:59,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:01,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:01,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:01,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:01,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:02,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:03,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:03,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:04,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:04,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:04,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:06,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:06,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:06,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:06,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:06,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:08,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:08,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:08,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:08,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:09,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:11,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:11,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:11,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:11,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:12,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:13,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:13,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:14,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:14,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:14,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:16,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:16,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:16,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:16,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:17,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:18,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:18,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:18,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:18,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:19,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:21,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:21,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:21,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:21,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:21,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:23,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:23,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:23,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:23,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:24,004 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:25,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:25,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:26,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:26,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:26,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:28,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:28,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:28,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:28,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:28,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:30,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:30,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:30,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:30,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:31,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:32,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:32,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:33,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:33,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:33,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:35,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:35,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:35,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:35,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:35,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:37,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:37,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:37,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:37,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:38,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:39,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:39,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:40,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:40,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:40,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:42,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:42,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:42,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:42,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:42,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:44,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:44,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:44,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:44,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:45,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:46,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:46,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:47,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:47,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:47,407 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:49,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:49,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:49,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:49,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:49,976 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:51,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:51,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:51,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:51,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:52,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:53,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:53,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:54,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:54,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:55,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:56,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:56,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:57,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:57,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:57,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:29:59,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:59,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:59,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:29:59,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:29:59,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:01,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:01,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:01,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:01,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:02,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:03,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:03,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:04,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:04,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:04,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:06,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:06,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:06,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:06,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:06,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:08,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:08,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:08,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:08,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:09,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:10,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:10,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:11,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:11,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:11,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:13,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:13,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:13,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:13,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:14,003 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:15,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:15,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:15,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:15,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:16,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:18,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:18,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:18,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:18,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:18,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:20,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:20,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:20,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:20,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:21,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:22,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:22,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:23,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:23,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:23,604 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:25,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:25,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:25,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:25,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:25,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:27,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:27,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:27,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:27,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:28,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:30,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:30,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:30,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:30,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:30,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:32,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:32,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:32,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:32,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:33,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:34,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:34,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:35,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:35,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:36,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:37,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:37,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:38,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:38,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:38,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:40,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:40,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:40,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:40,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:40,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:42,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:42,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:42,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:42,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:43,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:44,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:44,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:45,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:45,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:45,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:47,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:47,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:47,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:47,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:47,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:49,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:49,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:49,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:49,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:50,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:52,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:52,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:52,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:52,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:52,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:54,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:54,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:54,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:54,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:55,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:56,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:56,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:57,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:57,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:57,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:30:59,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:59,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:59,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:30:59,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:30:59,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:01,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:01,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:01,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:01,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:01,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:03,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:03,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:03,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:03,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:04,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:05,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:05,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:06,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:06,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:06,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:08,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:08,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:08,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:08,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:09,035 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:10,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:10,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:10,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:10,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:11,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:13,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:13,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:13,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:13,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:13,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:15,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:15,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:15,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:15,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:16,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:17,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:17,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:18,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:18,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:19,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:20,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:20,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:21,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:21,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:21,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:23,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:23,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:23,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:23,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:23,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:25,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:25,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:25,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:25,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:26,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:27,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:27,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:28,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:28,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:28,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:30,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:30,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:30,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:30,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:31,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:32,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:32,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:32,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:32,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:33,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:35,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:35,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:35,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:35,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:35,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:37,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:37,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:37,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:37,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:38,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:39,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:39,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:40,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:40,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:40,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:42,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:42,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:42,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:42,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:43,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:44,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:44,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:45,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:45,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:45,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:47,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:47,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:47,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:47,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:47,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:49,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:49,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:49,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:49,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:50,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:52,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:52,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:52,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:52,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:52,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:54,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:54,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:54,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:54,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:55,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:56,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:56,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:57,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:57,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:57,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:31:59,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:59,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:59,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:31:59,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:31:59,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:01,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:01,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:01,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:01,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:02,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:04,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:04,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:04,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:04,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:04,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:06,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:06,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:06,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:06,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:07,242 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:08,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:08,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:09,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:09,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:09,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:11,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:11,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:11,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:11,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:11,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:13,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:13,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:13,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:13,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:14,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:15,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:15,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:16,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:16,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:16,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:18,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:18,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:18,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:18,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:18,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:20,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:20,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:20,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:20,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:21,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:23,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:23,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:23,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:23,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:23,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:25,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:25,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:25,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:25,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:26,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:27,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:27,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:28,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:28,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:28,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:30,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:30,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:30,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:30,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:30,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:32,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:32,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:32,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:32,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:33,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:34,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:34,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:35,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:35,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:35,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:37,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:37,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:37,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:37,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:37,831 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:39,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:39,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:39,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:39,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:40,113 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:41,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:41,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:42,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:42,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:42,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:44,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:44,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:44,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:44,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:45,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:47,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:47,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:47,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:47,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:47,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:49,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:49,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:49,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:49,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:50,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:52,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:52,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:52,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:52,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:52,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:54,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:54,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:54,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:54,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:55,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:56,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:56,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:56,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:56,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:57,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:32:59,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:59,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:59,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:32:59,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:32:59,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:01,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:01,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:01,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:01,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:02,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:03,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:03,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:04,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:04,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:04,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:06,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:06,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:06,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:06,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:06,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:08,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:08,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:08,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:08,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:09,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:10,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:10,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:11,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:11,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:11,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:13,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:13,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:13,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:13,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:13,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:15,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:15,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:15,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:15,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:16,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:17,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:17,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:18,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:18,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:18,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:20,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:20,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:20,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:20,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:21,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:23,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:23,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:23,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:23,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:23,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:25,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:25,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:25,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:25,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:26,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:28,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:28,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:28,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:28,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:28,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:30,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:30,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:30,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:30,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:31,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:32,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:32,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:32,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:32,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:33,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:35,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:35,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:35,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:35,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:35,821 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:37,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:37,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:37,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:37,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:38,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:39,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:39,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:39,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:39,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:40,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:42,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:42,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:42,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:42,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:42,705 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:44,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:44,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:44,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:44,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:45,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:46,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:46,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:46,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:46,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:47,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:48,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:48,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:49,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:49,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:49,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:51,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:51,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:51,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:51,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:51,880 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:53,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:53,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:53,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:53,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:54,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:56,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:56,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:56,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:56,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:56,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:33:58,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:58,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:58,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:33:58,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:33:58,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:00,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:00,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:00,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:00,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:01,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:02,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:02,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:03,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:03,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:04,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:06,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:06,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:06,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:06,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:06,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:08,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:08,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:08,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:08,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:09,049 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:10,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:10,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:11,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:11,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:11,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:13,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:13,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:13,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:13,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:13,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:15,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:15,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:15,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:15,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:16,107 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:17,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:17,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:18,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:18,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:18,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:20,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:20,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:20,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:20,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:20,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:22,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:22,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:22,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:22,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:23,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:25,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:25,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:25,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:25,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:25,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:27,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:27,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:27,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:27,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:28,157 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:29,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:29,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:30,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:30,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:30,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:32,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:32,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:32,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:32,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:32,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:34,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:34,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:34,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:34,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:35,344 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:37,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:37,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:37,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:37,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:37,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:39,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:39,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:39,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:39,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:40,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:41,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:41,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:42,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:42,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:42,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:44,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:44,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:44,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:44,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:45,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:47,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:47,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:47,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:47,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:47,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:49,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:49,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:49,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:49,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:50,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:52,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:52,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:52,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:52,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:52,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:54,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:54,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:54,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:54,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:55,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:56,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:56,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:56,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:56,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:57,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:34:58,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:58,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:59,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:34:59,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:34:59,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:01,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:01,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:01,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:01,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:01,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:03,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:03,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:03,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:03,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:04,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:05,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:05,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:06,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:06,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:06,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:08,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:08,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:08,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:08,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:09,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:10,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:10,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:11,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:11,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:11,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:13,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:13,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:13,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:13,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:13,891 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:15,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:15,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:15,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:15,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:16,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:17,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:18,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:18,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:18,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:18,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:20,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:20,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:20,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:20,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:21,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:22,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:22,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:22,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:22,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:23,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:25,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:25,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:25,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:25,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:26,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:28,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:28,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:28,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:28,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:28,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:30,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:30,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:30,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:30,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:31,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:32,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:32,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:33,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:33,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:33,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:35,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:35,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:35,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:35,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:35,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:37,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:37,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:37,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:37,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:38,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:39,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:39,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:40,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:40,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:40,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:42,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:42,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:42,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:42,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:43,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:44,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:44,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:44,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:44,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:45,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:46,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:46,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:47,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:47,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:47,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:49,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:49,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:49,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:49,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:49,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:51,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:51,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:51,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:51,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:52,123 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:53,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:53,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:54,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:54,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:54,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:56,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:56,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:56,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:56,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:56,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:35:58,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:58,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:58,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:35:58,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:35:59,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:00,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:00,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:01,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:01,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:01,435 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:03,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:03,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:03,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:03,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:03,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:05,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:05,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:05,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:05,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:06,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:07,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:07,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:08,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:08,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:08,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:10,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:10,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:11,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:11,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:11,421 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:13,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:13,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:13,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:13,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:13,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:15,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:15,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:15,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:15,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:16,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:18,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:18,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:18,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:18,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:18,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:20,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:20,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:20,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:20,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:21,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:22,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:22,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:23,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:23,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:23,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:25,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:25,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:25,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:25,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:26,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:27,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:27,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:28,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:28,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:28,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:30,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:30,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:30,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:30,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:30,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:32,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:32,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:32,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:32,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:33,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:34,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:34,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:35,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:35,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:35,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:37,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:37,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:37,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:37,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:37,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:39,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:39,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:39,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:39,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:40,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:41,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:41,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:42,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:42,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:42,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:44,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:44,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:44,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:44,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:44,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:46,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:46,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:46,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:46,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:47,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:48,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:48,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:49,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:49,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:49,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:51,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:51,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:51,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:51,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:52,621 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:54,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:54,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:54,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:54,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:54,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:56,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:56,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:56,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:56,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:57,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:36:58,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:58,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:59,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:36:59,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:36:59,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:01,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:01,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:01,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:01,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:02,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:03,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:03,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:04,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:04,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:04,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:06,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:06,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:06,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:06,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:06,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:08,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:08,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:08,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:08,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:09,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:10,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:10,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:11,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:11,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:11,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:13,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:13,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:13,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:13,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:13,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:15,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:15,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:15,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:15,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:16,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:18,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:18,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:18,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:18,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:18,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:20,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:20,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:20,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:20,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:21,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:22,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:22,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:23,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:23,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:23,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:25,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:25,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:25,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:25,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:25,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:27,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:27,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:27,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:27,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:28,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:30,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:30,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:30,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:30,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:30,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:32,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:32,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:32,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:32,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:33,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:35,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:35,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:35,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:35,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:35,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:37,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:37,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:37,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:37,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:38,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:39,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:39,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:40,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:40,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:40,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:42,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:42,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:42,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:42,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:42,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:44,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:44,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:44,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:44,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:45,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:46,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:46,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:47,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:47,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:47,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:49,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:49,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:49,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:49,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:49,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:51,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:51,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:51,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:51,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:52,329 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:54,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:54,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:54,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:54,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:54,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:56,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:56,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:56,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:56,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:57,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:37:58,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:58,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:59,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:37:59,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:37:59,419 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:01,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:01,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:01,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:01,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:01,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:03,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:03,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:03,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:03,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:03,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:05,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:05,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:05,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:05,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:06,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:07,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:07,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:08,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:08,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:08,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:10,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:10,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:10,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:10,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:10,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:12,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:12,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:12,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:12,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:13,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:15,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:15,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:15,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:15,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:16,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:17,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:17,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:18,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:18,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:18,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:20,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:20,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:20,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:20,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:20,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:22,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:22,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:22,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:22,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:23,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:24,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:24,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:25,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:25,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:25,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:27,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:27,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:27,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:27,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:27,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:29,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:29,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:29,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:29,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:30,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:31,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:31,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:31,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:31,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:32,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:34,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:34,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:34,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:34,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:34,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:36,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:36,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:36,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:36,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:37,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:38,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:38,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:39,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:39,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:39,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:41,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:41,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:41,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:41,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:41,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:43,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:43,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:43,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:43,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:44,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:46,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:46,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:46,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:46,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:46,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:48,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:48,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:48,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:48,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:49,207 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:50,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:50,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:51,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:51,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:51,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:53,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:53,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:53,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:53,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:53,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:55,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:55,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:55,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:55,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:56,744 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:38:58,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:58,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:58,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:38:58,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:38:59,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:00,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:00,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:00,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:00,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:01,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:02,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:02,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:03,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:03,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:03,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:05,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:05,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:05,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:05,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:06,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:07,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:07,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:08,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:08,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:08,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:10,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:10,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:10,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:10,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:10,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:12,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:12,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:12,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:12,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:13,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:14,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:14,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:15,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:15,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:15,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:17,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:17,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:17,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:17,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:17,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:19,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:19,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:19,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:19,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:20,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:21,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:21,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:22,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:22,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:22,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:24,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:24,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:24,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:24,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:24,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:26,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:26,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:26,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:26,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:27,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:28,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:28,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:29,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:29,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:29,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:31,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:31,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:31,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:31,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:31,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:33,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:33,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:33,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:33,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:34,176 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:35,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:35,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:36,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:36,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:37,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:38,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:38,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:39,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:39,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:39,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:41,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:41,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:41,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:41,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:41,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:43,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:43,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:43,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:43,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:44,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:45,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:45,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:46,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:46,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:46,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:48,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:48,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:48,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:48,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:48,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:50,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:50,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:50,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:50,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:51,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:53,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:53,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:53,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:53,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:53,698 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:55,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:55,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:55,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:55,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:56,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:57,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:57,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:57,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:57,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:39:58,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:39:59,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:39:59,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:00,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:00,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:00,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:02,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:02,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:02,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:02,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:02,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:04,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:04,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:04,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:04,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:05,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:06,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:06,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:06,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:06,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:07,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:09,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:09,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:09,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:09,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:09,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:11,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:11,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:11,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:11,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:12,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:13,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:13,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:13,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:13,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:14,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:15,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:15,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:16,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:16,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:17,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:18,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:18,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:18,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:18,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:19,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:21,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:21,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:21,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:21,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:21,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:23,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:23,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:23,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:23,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:24,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:25,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:25,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:26,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:26,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:26,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:28,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:28,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:28,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:28,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:28,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:30,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:30,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:30,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:30,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:31,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:32,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:32,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:32,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:32,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:33,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:34,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:34,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:35,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:35,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:35,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:37,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:37,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:37,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:37,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:37,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:39,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:39,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:39,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:39,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:40,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:41,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:41,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:42,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:42,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:42,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:44,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:44,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:44,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:44,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:44,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:46,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:46,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:46,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:46,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:47,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:48,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:48,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:49,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:49,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:49,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:51,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:51,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:51,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:51,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:51,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:53,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:53,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:53,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:53,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:53,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:55,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:55,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:56,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:56,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:56,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:40:58,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:58,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:58,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:40:58,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:40:59,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:00,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:00,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:01,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:01,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:01,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:03,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:03,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:03,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:03,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:03,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:05,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:05,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:05,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:05,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:06,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:07,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:07,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:08,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:08,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:08,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:10,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:10,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:10,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:10,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:11,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:12,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:12,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:12,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:12,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:13,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:15,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:15,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:15,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:15,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:15,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:17,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:17,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:17,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:17,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:17,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:19,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:19,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:19,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:19,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:20,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:21,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:21,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:22,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:22,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:22,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:24,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:24,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:24,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:24,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:24,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:26,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:26,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:26,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:26,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:27,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:28,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:28,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:29,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:29,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:29,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:31,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:31,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:31,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:31,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:32,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:33,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:33,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:34,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:34,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:34,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:36,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:36,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:36,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:36,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:36,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:38,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:38,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:38,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:38,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:39,669 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:41,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:41,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:41,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:41,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:42,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:43,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:43,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:43,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:43,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:44,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:46,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:46,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:46,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:46,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:46,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:48,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:48,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:48,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:48,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:49,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:50,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:50,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:51,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:51,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:51,429 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:53,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:53,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:53,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:53,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:53,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:55,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:55,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:55,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:55,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:56,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:41:57,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:57,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:58,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:41:58,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:41:58,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:00,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:00,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:00,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:00,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:00,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:02,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:02,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:02,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:02,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:03,283 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:05,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:05,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:05,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:05,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:05,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:07,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:07,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:07,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:07,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:08,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:09,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:09,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:10,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:10,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:10,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:12,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:12,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:12,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:12,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:12,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:14,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:14,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:14,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:14,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:15,199 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:16,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:16,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:17,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:17,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:17,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:19,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:19,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:19,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:19,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:19,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:21,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:21,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:22,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:22,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:23,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:24,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:24,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:25,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:25,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:25,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:27,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:27,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:27,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:27,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:27,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:29,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:29,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:30,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:31,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:31,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:32,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:32,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:32,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:34,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:34,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:34,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:34,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:34,754 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:36,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:36,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:36,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:36,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:36,919 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:38,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:38,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:38,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:38,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:39,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:40,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:40,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:41,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:41,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:41,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:43,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:43,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:43,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:43,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:43,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:45,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:45,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:45,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:45,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:46,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:47,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:47,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:47,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:47,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:48,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:50,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:50,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:50,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:50,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:50,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:52,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:52,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:52,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:52,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:53,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:54,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:54,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:54,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:54,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:55,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:57,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:57,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:57,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:57,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:42:57,850 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:42:59,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:59,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:59,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:42:59,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:00,210 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:02,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:02,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:02,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:02,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:03,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:04,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:04,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:05,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:05,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:05,430 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:07,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:07,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:07,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:07,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:07,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:09,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:09,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:09,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:09,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:10,042 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:11,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:11,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:11,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:11,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:12,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:14,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:14,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:14,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:14,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:14,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:16,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:16,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:16,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:16,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:17,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:18,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:18,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:19,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:19,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:19,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:21,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:21,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:21,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:21,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:21,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:23,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:23,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:23,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:23,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:24,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:25,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:25,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:26,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:26,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:26,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:28,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:28,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:28,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:28,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:28,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:30,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:30,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:30,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:30,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:31,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:32,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:32,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:33,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:33,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:33,433 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:35,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:35,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:35,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:35,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:35,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:37,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:37,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:37,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:37,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:38,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:40,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:40,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:40,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:40,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:40,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:42,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:42,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:42,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:42,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:43,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:45,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:45,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:45,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:45,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:46,210 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:48,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:48,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:48,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:48,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:48,765 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:50,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:50,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:50,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:50,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:51,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:52,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:52,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:53,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:53,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:53,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:55,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:55,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:55,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:55,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:55,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:57,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:57,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:57,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:57,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:43:58,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:43:59,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:43:59,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:00,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:00,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:00,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:02,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:02,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:02,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:02,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:03,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:04,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:04,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:04,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:04,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:05,381 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:07,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:07,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:07,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:07,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:07,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:09,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:09,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:09,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:09,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:10,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:11,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:11,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:11,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:11,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:12,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:14,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:14,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:14,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:14,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:14,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:16,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:16,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:16,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:16,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:17,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:18,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:18,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:18,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:18,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:19,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:20,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:20,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:21,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:21,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:21,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:23,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:23,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:23,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:23,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:24,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:26,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:26,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:26,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:26,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:26,897 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:28,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:28,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:28,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:28,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:29,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:30,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:30,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:31,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:31,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:31,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:33,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:33,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:33,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:33,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:33,939 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:35,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:35,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:35,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:35,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:36,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:37,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:37,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:38,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:38,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:38,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:40,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:40,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:40,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:40,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:41,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:42,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:42,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:42,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:42,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:43,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:44,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:44,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:45,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:45,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:45,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:47,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:47,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:47,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:47,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:47,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:49,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:49,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:49,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:49,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:50,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:52,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:52,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:52,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:52,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:52,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:54,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:54,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:54,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:54,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:55,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:57,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:57,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:57,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:57,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:57,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:44:59,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:59,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:59,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:44:59,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:44:59,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:01,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:01,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:01,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:01,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:02,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:03,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:03,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:04,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:04,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:05,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:06,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:06,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:07,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:07,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:07,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:09,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:09,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:09,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:09,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:09,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:11,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:11,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:11,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:11,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:12,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:13,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:13,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:14,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:14,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:14,584 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:16,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:16,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:16,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:16,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:16,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:18,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:18,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:19,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:19,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:19,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:21,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:21,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:21,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:23,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:23,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:23,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:23,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:24,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:25,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:25,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:26,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:26,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:26,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:28,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:28,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:28,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:28,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:28,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:30,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:30,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:30,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:30,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:31,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:32,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:32,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:32,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:32,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:33,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:34,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:34,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:35,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:35,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:35,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:37,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:37,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:37,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:37,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:38,104 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:39,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:39,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:40,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:40,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:40,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:42,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:42,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:42,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:42,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:42,768 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:44,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:44,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:44,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:44,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:45,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:47,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:47,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:47,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:47,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:47,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:49,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:49,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:49,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:49,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:50,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:51,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:51,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:52,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:52,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:52,609 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:54,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:54,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:54,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:54,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:54,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:56,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:56,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:56,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:56,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:57,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:45:59,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:59,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:59,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:45:59,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:45:59,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:01,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:01,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:01,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:01,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:02,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:03,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:03,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:04,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:04,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:04,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:06,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:06,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:06,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:06,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:06,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:08,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:08,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:08,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:08,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:09,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:10,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:10,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:11,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:11,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:11,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:13,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:13,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:13,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:13,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:13,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:15,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:15,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:15,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:15,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:16,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:17,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:17,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:18,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:18,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:18,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:20,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:20,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:20,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:20,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:20,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:22,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:22,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:22,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:22,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:23,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:25,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:25,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:25,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:25,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:26,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:27,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:27,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:28,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:28,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:28,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:30,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:30,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:30,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:30,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:30,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:32,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:32,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:32,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:32,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:33,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:34,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:34,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:35,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:35,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:35,655 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:37,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:37,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:37,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:37,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:38,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:39,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:39,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:40,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:40,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:40,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:42,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:42,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:42,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:42,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:42,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:44,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:44,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:44,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:44,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:45,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:46,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:46,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:47,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:47,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:47,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:49,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:49,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:49,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:49,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:49,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:51,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:51,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:51,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:51,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:52,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:53,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:53,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:53,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:53,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:54,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:56,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:56,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:56,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:56,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:56,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:46:58,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:58,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:58,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:46:58,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:46:59,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:01,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:01,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:01,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:01,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:01,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:03,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:03,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:03,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:03,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:03,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:05,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:05,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:05,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:05,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:06,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:08,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:08,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:08,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:08,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:09,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:10,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:10,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:11,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:11,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:11,420 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:13,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:13,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:13,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:13,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:13,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:15,353 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:15,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:15,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:15,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:16,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:17,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:17,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:18,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:18,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:18,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:20,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:20,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:20,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:20,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:20,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:22,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:22,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:22,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:22,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:23,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:25,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:25,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:25,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:25,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:25,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:27,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:27,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:27,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:27,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:28,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:29,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:29,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:30,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:30,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:30,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:32,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:32,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:32,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:32,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:32,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:34,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:34,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:34,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:34,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:35,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:36,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:36,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:37,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:37,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:37,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:39,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:39,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:39,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:39,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:39,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:41,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:41,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:41,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:41,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:42,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:43,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:43,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:44,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:44,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:44,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:46,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:46,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:46,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:46,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:46,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:48,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:48,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:48,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:48,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:49,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:51,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:51,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:51,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:51,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:51,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:53,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:53,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:53,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:53,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:53,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:55,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:55,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:55,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:55,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:56,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:47:58,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:58,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:58,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:47:58,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:47:58,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:00,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:00,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:00,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:00,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:01,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:02,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:02,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:02,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:02,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:03,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:04,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:04,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:05,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:05,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:05,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:07,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:07,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:07,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:07,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:08,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:09,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:09,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:10,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:10,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:10,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:12,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:12,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:12,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:12,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:12,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:14,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:14,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:14,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:14,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:15,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:16,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:16,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:17,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:17,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:17,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:19,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:19,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:19,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:19,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:19,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:21,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:21,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:21,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:21,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:22,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:24,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:24,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:24,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:24,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:24,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:26,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:26,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:26,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:26,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:27,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:28,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:28,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:29,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:29,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:29,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:31,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:31,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:31,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:31,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:32,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:34,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:34,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:34,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:34,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:34,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:36,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:36,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:36,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:36,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:37,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:38,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:38,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:38,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:38,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:39,402 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:41,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:41,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:41,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:41,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:41,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:43,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:43,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:43,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:43,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:44,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:45,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:45,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:46,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:46,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:46,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:48,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:48,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:48,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:48,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:48,910 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:50,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:50,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:50,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:50,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:51,328 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:52,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:52,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:53,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:53,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:53,641 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:55,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:55,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:55,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:55,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:56,073 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:48:57,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:57,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:58,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:48:58,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:48:58,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:00,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:00,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:00,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:00,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:00,889 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:02,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:02,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:02,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:02,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:03,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:04,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:04,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:05,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:05,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:05,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:07,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:07,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:07,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:07,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:07,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:09,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:09,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:09,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:09,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:10,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:11,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:11,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:12,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:12,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:13,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:14,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:14,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:15,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:15,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:15,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:17,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:17,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:17,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:17,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:17,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:19,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:19,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:20,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:20,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:20,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:22,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:22,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:22,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:22,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:22,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:24,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:24,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:24,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:24,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:25,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:26,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:26,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:27,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:27,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:27,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:29,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:29,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:29,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:29,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:29,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:31,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:31,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:31,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:31,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:32,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:33,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:33,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:34,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:34,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:34,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:36,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:36,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:36,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:36,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:36,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:38,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:38,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:38,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:38,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:39,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:41,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:41,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:41,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:41,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:41,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:43,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:43,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:43,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:43,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:44,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:45,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:45,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:46,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:46,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:46,503 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:48,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:48,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:48,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:48,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:48,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:50,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:50,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:50,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:50,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:51,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:52,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:52,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:53,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:53,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:53,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:55,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:55,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:55,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:55,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:56,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:57,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:57,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:58,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:58,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:49:58,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:49:59,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:49:59,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:00,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:00,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:00,645 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:02,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:02,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:02,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:02,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:03,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:04,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:04,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:05,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:05,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:05,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:07,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:07,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:07,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:07,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:07,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:09,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:09,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:09,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:09,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:10,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:11,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:11,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:12,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:12,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:12,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:14,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:14,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:14,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:14,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:14,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:16,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:16,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:16,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:16,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:17,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:18,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:18,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:19,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:19,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:19,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:21,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:21,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:21,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:21,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:22,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:23,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:23,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:23,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:23,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:24,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:25,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:25,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:26,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:26,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:26,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:28,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:28,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:28,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:28,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:29,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:31,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:31,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:31,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:31,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:31,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:33,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:33,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:33,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:33,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:34,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:36,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:36,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:36,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:36,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:36,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:38,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:38,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:38,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:38,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:39,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:40,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:40,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:41,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:41,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:41,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:43,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:43,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:43,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:43,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:43,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:45,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:45,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:45,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:45,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:46,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:47,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:47,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:48,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:48,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:48,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:50,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:50,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:50,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:50,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:50,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:52,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:52,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:52,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:52,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:53,323 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:55,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:55,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:55,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:55,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:55,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:57,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:57,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:57,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:57,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:50:57,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:50:59,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:59,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:59,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:50:59,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:00,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:01,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:01,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:02,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:02,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:02,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:04,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:04,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:04,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:04,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:04,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:06,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:06,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:06,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:06,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:07,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:09,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:09,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:09,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:09,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:10,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:11,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:11,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:12,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:12,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:12,655 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:14,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:14,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:14,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:14,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:14,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:16,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:16,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:17,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:17,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:17,455 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:19,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:19,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:19,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:19,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:19,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:21,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:21,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:21,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:21,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:22,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:23,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:23,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:24,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:24,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:24,428 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:26,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:26,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:26,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:26,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:26,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:28,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:28,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:28,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:28,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:29,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:30,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:30,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:31,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:31,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:31,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:33,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:33,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:33,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:33,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:33,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:35,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:35,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:35,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:35,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:36,023 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:37,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:37,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:38,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:38,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:38,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:40,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:40,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:40,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:40,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:40,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:42,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:42,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:42,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:42,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:43,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:45,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:45,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:45,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:45,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:45,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:47,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:47,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:47,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:47,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:48,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:49,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:49,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:50,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:50,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:50,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:52,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:52,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:52,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:52,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:52,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:54,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:54,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:54,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:54,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:55,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:56,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:56,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:57,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:57,083 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:57,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:51:59,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:59,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:59,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:51:59,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:51:59,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:01,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:01,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:01,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:01,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:02,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:03,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:03,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:04,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:04,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:04,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:06,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:06,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:06,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:06,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:06,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:08,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:08,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:08,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:08,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:09,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:10,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:10,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:10,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:10,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:11,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:12,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:12,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:13,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:13,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:13,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:15,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:15,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:15,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:15,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:15,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:17,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:17,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:17,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:17,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:18,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:20,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:20,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:20,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:20,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:21,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:23,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:23,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:23,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:23,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:23,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:25,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:25,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:25,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:25,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:26,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:27,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:27,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:28,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:28,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:28,444 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:30,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:30,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:30,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:30,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:30,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:32,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:32,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:32,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:32,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:33,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:34,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:34,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:34,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:34,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:35,330 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:36,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:36,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:37,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:37,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:37,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:39,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:39,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:39,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:39,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:39,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:41,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:41,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:41,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:41,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:42,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:43,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:43,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:44,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:44,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:44,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:46,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:46,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:46,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:46,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:46,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:48,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:48,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:48,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:48,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:49,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:50,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:50,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:51,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:51,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:51,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:53,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:53,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:53,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:53,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:53,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:55,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:55,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:55,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:55,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:56,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:52:57,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:57,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:58,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:52:58,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:52:58,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:00,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:00,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:00,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:00,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:01,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:02,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:02,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:03,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:03,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:03,564 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:05,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:05,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:05,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:05,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:06,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:07,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:07,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:07,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:07,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:08,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:09,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:09,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:10,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:10,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:10,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:12,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:12,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:12,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:12,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:12,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:14,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:14,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:14,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:14,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:15,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:16,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:16,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:17,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:17,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:17,595 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:19,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:19,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:19,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:19,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:19,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:21,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:21,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:21,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:21,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:22,156 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:23,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:23,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:24,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:24,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:24,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:26,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:26,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:26,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:26,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:26,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:28,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:28,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:29,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:30,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:30,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:31,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:31,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:31,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:33,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:33,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:33,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:33,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:34,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:35,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:35,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:35,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:35,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:36,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:37,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:37,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:38,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:38,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:38,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:40,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:40,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:40,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:40,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:41,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:42,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:42,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:43,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:43,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:43,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:45,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:45,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:45,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:45,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:45,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:47,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:47,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:47,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:47,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:48,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:49,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:49,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:50,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:50,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:50,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:52,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:52,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:52,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:52,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:52,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:54,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:54,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:54,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:54,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:55,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:57,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:57,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:57,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:57,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:53:57,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:53:59,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:59,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:59,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:53:59,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:00,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:01,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:01,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:01,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:01,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:02,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:04,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:04,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:04,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:04,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:04,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:06,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:06,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:06,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:06,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:07,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:08,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:08,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:09,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:09,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:09,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:11,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:11,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:11,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:11,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:11,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:13,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:13,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:13,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:13,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:14,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:15,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:15,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:16,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:16,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:16,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:18,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:18,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:18,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:18,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:19,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:20,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:20,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:21,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:21,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:21,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:23,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:23,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:23,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:23,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:23,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:25,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:25,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:25,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:25,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:26,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:27,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:27,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:28,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:28,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:28,664 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:30,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:30,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:30,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:30,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:31,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:32,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:32,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:33,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:33,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:33,424 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:35,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:35,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:35,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:35,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:35,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:37,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:37,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:37,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:37,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:38,201 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:39,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:39,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:40,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:40,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:40,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:42,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:42,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:42,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:42,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:42,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:44,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:44,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:44,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:44,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:45,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:46,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:46,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:47,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:47,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:47,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:49,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:49,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:49,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:49,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:49,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:51,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:51,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:51,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:51,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:52,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:53,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:53,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:54,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:54,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:54,534 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:56,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:56,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:56,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:56,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:57,576 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:54:59,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:59,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:59,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:54:59,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:54:59,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:01,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:01,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:01,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:01,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:02,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:03,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:03,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:04,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:04,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:04,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:06,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:06,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:06,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:06,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:06,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:08,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:08,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:08,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:08,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:09,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:10,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:10,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:11,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:11,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:11,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:13,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:13,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:13,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:13,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:13,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:15,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:15,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:15,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:15,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:16,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:17,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:17,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:18,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:18,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:18,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:20,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:20,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:20,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:20,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:20,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:22,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:22,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:22,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:22,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:23,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:24,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:24,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:25,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:25,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:25,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:27,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:27,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:27,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:27,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:28,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:29,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:29,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:30,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:30,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:30,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:32,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:32,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:32,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:32,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:32,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:34,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:34,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:34,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:34,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:35,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:37,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:37,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:37,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:37,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:38,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:40,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:40,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:40,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:40,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:40,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:42,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:42,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:42,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:42,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:43,084 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:44,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:44,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:44,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:44,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:45,375 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:47,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:47,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:47,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:47,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:47,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:49,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:49,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:49,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:49,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:50,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:51,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:51,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:51,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:51,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:52,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:54,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:54,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:54,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:54,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:54,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:56,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:56,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:56,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:56,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:57,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:55:58,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:58,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:59,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:55:59,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:55:59,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:01,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:01,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:01,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:01,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:01,827 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:03,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:03,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:03,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:03,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:04,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:05,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:05,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:06,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:06,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:08,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:08,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:08,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:08,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:09,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:10,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:10,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:11,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:11,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:11,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:13,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:13,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:13,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:13,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:14,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:15,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:15,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:16,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:16,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:16,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:18,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:18,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:18,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:18,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:18,704 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:20,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:20,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:20,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:20,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:21,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:22,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:22,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:22,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:22,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:23,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:24,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:24,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:25,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:25,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:25,639 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:27,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:27,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:27,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:27,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:28,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:29,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:29,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:30,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:30,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:30,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:32,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:32,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:32,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:32,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:33,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:34,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:34,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:35,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:35,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:35,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:37,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:37,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:37,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:37,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:37,876 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:39,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:39,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:39,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:39,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:40,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:41,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:41,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:42,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:42,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:42,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:44,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:44,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:44,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:44,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:44,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:46,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:46,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:46,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:46,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:47,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:48,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:48,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:49,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:49,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:49,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:51,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:51,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:51,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:51,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:52,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:53,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:53,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:54,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:54,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:54,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:56,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:56,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:56,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:56,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:56,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:56:58,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:58,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:58,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:56:58,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:56:59,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:00,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:00,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:00,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:00,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:01,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:02,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:02,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:03,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:03,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:03,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:05,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:05,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:05,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:05,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:06,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:07,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:07,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:08,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:08,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:08,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:10,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:10,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:10,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:10,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:10,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:12,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:12,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:12,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:12,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:13,320 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:14,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:14,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:15,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:15,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:15,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:17,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:17,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:17,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:17,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:17,992 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:19,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:19,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:19,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:19,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:20,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:22,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:22,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:22,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:22,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:22,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:24,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:24,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:24,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:24,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:25,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:26,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:26,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:27,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:27,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:27,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:29,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:29,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:29,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:29,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:30,469 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:32,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:32,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:32,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:32,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:32,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:34,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:34,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:34,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:34,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:35,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:36,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:36,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:37,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:37,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:37,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:39,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:39,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:39,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:39,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:39,949 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:41,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:41,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:41,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:41,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:42,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:43,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:43,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:44,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:44,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:44,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:46,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:46,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:46,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:46,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:46,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:48,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:48,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:48,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:48,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:49,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:50,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:50,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:51,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:51,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:51,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:53,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:53,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:53,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:53,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:54,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:55,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:55,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:56,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:56,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:56,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:57:58,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:58,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:58,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:57:58,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:57:58,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:00,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:00,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:00,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:00,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:01,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:02,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:02,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:03,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:03,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:03,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:05,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:05,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:05,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:05,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:05,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:07,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:07,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:07,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:07,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:08,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:10,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:10,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:10,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:10,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:11,246 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:12,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:12,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:13,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:13,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:13,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:15,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:15,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:15,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:15,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:15,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:17,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:17,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:17,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:17,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:18,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:19,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:19,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:19,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:19,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:20,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:22,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:22,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:22,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:22,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:22,780 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:24,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:24,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:24,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:24,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:25,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:26,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:26,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:27,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:27,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:27,478 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:29,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:29,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:29,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:29,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:29,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:31,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:31,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:31,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:31,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:32,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:33,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:33,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:33,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:33,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:34,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:36,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:36,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:36,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:36,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:36,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:38,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:38,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:38,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:38,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:39,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:40,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:40,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:41,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:41,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:41,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:43,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:43,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:43,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:43,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:43,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:45,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:45,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:45,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:45,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:46,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:48,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:48,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:48,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:48,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:48,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:50,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:50,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:50,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:50,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:51,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:53,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:53,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:53,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:53,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:53,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:55,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:55,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:55,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:55,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:56,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:58:57,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:57,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:58,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:58:58,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:58:58,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:00,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:00,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:00,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:00,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:00,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:02,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:02,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:02,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:02,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:03,371 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:04,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:04,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:05,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:05,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:05,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:07,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:07,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:07,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:07,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:07,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:09,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:09,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:09,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:09,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:10,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:11,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:11,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:12,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:12,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:12,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:14,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:14,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:14,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:14,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:14,971 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:16,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:16,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:16,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:16,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:17,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:19,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:19,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:19,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:19,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:19,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:21,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:21,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:21,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:21,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:22,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:24,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:24,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:24,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:24,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:25,244 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:26,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:26,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:27,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:27,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:27,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:29,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:29,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:29,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:29,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:29,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:31,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:31,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:31,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:31,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:32,292 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:34,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:34,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:34,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:34,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:34,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:36,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:36,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:36,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:36,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:37,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:38,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:38,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:38,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:38,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:39,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:41,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:41,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:41,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:41,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:41,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:43,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:43,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:43,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:43,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:44,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:46,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:46,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:46,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:46,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:46,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:48,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:48,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:48,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:48,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:49,002 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:50,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:50,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:50,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:50,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:51,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:53,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:53,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:53,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:53,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:53,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:55,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:55,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:55,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:55,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:56,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 00:59:57,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:57,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:57,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 00:59:57,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 00:59:58,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:00,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:00,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:00,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:00,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:01,361 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:03,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:03,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:03,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:03,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:03,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:05,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:05,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:05,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:05,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:06,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:07,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:07,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:08,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:08,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:08,474 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:10,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:10,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:10,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:10,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:10,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:12,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:12,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:12,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:12,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:13,121 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:14,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:14,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:15,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:15,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:15,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:17,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:17,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:17,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:17,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:17,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:19,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:19,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:19,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:19,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:20,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:21,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:21,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:22,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:22,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:22,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:24,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:24,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:24,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:24,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:24,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:26,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:26,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:26,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:26,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:27,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:28,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:28,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:29,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:29,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:29,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:31,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:31,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:31,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:31,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:32,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:33,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:33,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:34,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:34,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:34,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:36,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:36,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:36,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:36,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:36,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:38,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:38,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:38,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:38,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:38,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:40,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:40,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:41,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:41,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:42,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:43,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:43,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:44,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:44,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:44,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:46,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:46,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:46,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:46,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:46,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:48,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:48,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:48,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:48,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:48,976 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:50,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:50,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:51,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:51,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:51,456 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:53,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:53,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:53,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:53,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:53,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:55,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:55,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:55,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:55,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:56,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:00:57,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:57,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:58,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:00:58,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:00:58,671 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:00,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:00,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:00,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:00,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:00,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:02,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:02,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:02,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:02,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:03,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:04,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:04,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:05,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:05,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:05,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:07,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:07,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:07,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:07,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:07,757 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:09,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:09,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:09,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:09,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:09,982 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:11,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:11,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:11,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:11,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:12,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:13,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:13,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:14,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:14,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:14,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:16,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:16,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:16,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:16,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:16,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:18,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:18,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:18,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:18,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:19,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:20,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:20,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:21,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:21,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:22,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:23,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:23,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:24,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:24,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:24,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:26,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:26,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:26,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:26,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:26,830 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:28,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:28,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:29,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:30,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:30,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:31,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:31,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:31,539 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:33,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:33,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:33,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:33,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:33,901 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:35,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:35,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:35,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:35,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:36,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:37,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:37,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:38,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:38,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:38,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:40,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:40,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:40,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:40,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:40,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:42,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:42,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:42,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:42,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:43,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:45,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:45,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:45,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:45,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:45,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:47,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:47,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:47,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:47,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:48,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:49,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:49,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:50,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:50,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:50,515 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:52,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:52,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:52,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:52,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:52,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:54,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:54,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:54,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:54,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:55,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:56,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:56,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:57,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:57,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:57,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:01:59,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:59,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:59,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:01:59,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:01:59,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:01,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:01,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:01,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:01,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:02,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:03,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:03,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:04,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:04,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:04,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:06,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:06,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:06,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:06,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:07,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:09,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:09,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:09,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:09,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:09,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:11,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:11,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:11,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:11,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:12,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:13,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:13,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:14,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:14,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:14,496 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:16,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:16,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:16,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:16,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:16,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:18,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:18,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:18,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:18,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:19,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:20,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:20,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:21,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:21,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:21,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:23,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:23,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:23,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:23,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:23,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:25,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:25,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:25,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:25,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:26,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:27,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:27,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:28,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:28,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:28,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:30,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:30,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:30,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:30,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:31,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:32,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:32,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:32,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:32,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:33,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:35,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:35,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:35,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:35,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:35,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:37,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:37,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:37,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:37,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:38,091 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:39,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:39,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:40,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:40,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:40,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:42,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:42,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:42,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:42,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:42,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:44,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:44,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:44,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:44,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:45,133 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:46,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:46,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:46,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:46,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:47,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:49,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:49,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:50,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:50,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:50,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:52,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:52,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:52,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:52,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:52,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:54,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:54,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:54,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:54,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:55,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:56,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:56,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:57,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:57,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:57,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:02:59,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:59,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:59,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:02:59,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:02:59,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:01,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:01,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:01,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:01,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:02,076 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:03,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:03,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:04,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:04,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:04,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:06,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:06,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:06,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:06,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:06,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:08,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:08,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:08,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:08,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:09,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:10,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:10,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:11,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:11,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:11,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:13,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:13,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:13,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:13,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:13,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:15,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:15,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:15,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:15,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:16,092 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:17,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:17,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:18,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:18,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:18,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:20,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:20,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:20,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:20,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:20,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:22,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:22,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:22,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:22,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:23,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:24,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:24,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:25,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:25,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:25,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:27,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:27,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:27,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:27,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:27,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:29,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:29,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:30,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:30,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:30,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:32,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:32,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:32,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:32,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:33,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:35,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:35,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:35,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:35,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:36,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:37,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:37,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:38,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:38,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:38,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:40,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:40,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:40,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:40,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:40,996 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:42,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:42,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:42,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:42,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:43,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:44,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:44,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:45,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:45,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:45,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:47,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:47,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:47,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:47,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:47,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:49,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:49,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:50,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:50,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:50,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:52,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:52,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:52,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:52,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:52,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:54,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:54,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:54,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:54,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:55,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:56,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:56,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:57,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:57,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:57,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:03:59,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:59,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:59,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:03:59,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:03:59,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:01,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:01,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:01,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:01,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:02,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:04,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:04,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:04,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:04,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:04,711 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:06,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:06,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:06,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:06,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:07,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:08,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:08,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:09,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:09,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:09,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:11,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:11,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:11,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:11,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:11,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:13,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:13,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:13,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:13,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:14,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:16,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:16,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:16,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:16,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:16,991 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:18,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:18,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:18,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:18,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:19,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:21,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:21,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:21,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:21,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:21,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:23,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:23,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:23,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:23,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:24,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:25,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:25,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:26,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:26,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:26,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:28,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:28,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:28,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:28,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:28,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:30,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:30,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:30,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:30,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:31,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:33,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:33,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:33,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:33,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:33,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:35,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:35,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:35,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:35,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:36,232 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:37,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:37,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:38,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:38,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:38,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:40,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:40,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:40,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:40,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:40,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:42,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:42,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:42,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:42,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:43,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:45,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:45,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:45,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:45,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:45,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:47,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:47,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:47,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:47,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:48,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:50,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:50,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:50,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:50,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:50,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:52,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:52,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:52,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:52,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:53,115 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:54,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:54,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:55,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:55,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:55,429 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:04:57,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:57,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:57,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:04:57,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:04:58,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:00,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:00,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:00,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:00,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:00,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:02,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:02,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:02,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:02,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:03,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:04,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:04,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:04,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:04,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:05,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:07,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:07,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:07,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:07,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:07,787 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:09,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:09,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:10,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:10,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:10,420 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:12,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:12,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:12,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:12,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:12,794 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:14,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:14,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:14,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:14,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:15,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:16,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:16,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:17,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:17,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:17,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:19,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:19,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:19,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:19,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:19,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:21,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:21,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:21,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:21,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:22,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:23,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:23,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:24,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:24,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:24,490 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:26,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:26,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:26,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:26,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:26,917 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:28,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:28,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:28,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:28,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:29,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:30,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:30,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:31,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:31,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:31,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:33,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:33,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:33,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:33,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:33,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:35,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:35,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:35,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:35,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:36,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:37,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:37,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:38,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:38,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:38,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:40,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:40,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:40,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:40,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:41,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:43,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:43,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:43,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:43,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:44,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:45,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:45,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:45,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:45,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:46,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:47,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:47,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:48,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:48,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:48,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:50,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:50,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:50,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:50,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:50,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:52,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:52,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:52,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:52,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:53,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:54,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:54,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:55,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:55,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:55,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:57,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:57,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:57,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:57,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:05:57,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:05:59,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:59,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:59,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:05:59,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:00,255 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:02,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:02,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:02,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:02,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:02,684 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:04,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:04,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:04,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:04,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:04,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:06,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:06,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:06,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:06,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:07,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:08,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:08,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:09,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:09,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:09,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:11,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:11,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:11,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:11,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:12,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:13,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:13,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:13,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:13,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:14,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:16,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:16,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:16,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:16,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:16,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:18,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:18,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:18,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:18,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:19,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:20,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:20,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:21,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:21,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:21,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:23,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:23,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:23,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:23,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:24,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:26,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:26,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:26,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:26,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:26,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:28,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:28,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:28,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:28,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:29,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:30,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:30,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:31,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:31,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:31,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:33,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:33,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:33,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:33,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:33,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:35,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:35,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:35,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:35,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:36,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:37,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:37,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:37,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:37,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:38,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:40,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:40,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:40,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:40,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:40,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:42,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:42,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:42,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:42,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:43,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:44,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:44,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:45,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:45,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:45,436 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:47,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:47,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:47,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:47,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:47,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:49,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:49,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:49,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:49,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:50,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:51,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:51,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:52,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:52,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:52,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:54,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:54,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:54,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:54,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:54,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:56,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:56,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:56,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:56,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:57,224 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:06:58,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:58,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:59,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:06:59,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:06:59,613 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:01,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:01,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:01,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:01,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:02,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:03,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:03,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:04,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:04,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:04,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:06,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:06,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:07,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:07,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:07,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:09,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:09,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:09,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:09,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:09,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:11,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:11,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:11,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:11,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:12,327 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:14,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:14,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:14,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:14,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:14,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:16,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:16,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:16,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:16,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:17,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:18,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:18,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:19,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:19,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:19,488 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:21,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:21,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:21,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:21,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:21,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:23,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:23,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:23,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:23,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:24,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:25,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:25,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:26,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:26,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:26,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:28,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:28,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:28,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:28,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:30,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:30,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:30,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:30,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:31,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:33,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:33,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:33,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:33,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:33,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:35,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:35,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:35,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:35,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:36,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:37,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:37,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:38,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:38,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:38,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:40,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:40,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:40,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:40,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:40,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:42,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:42,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:42,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:42,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:43,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:44,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:44,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:45,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:45,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:45,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:47,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:47,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:47,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:47,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:48,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:49,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:49,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:50,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:50,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:50,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:52,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:52,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:52,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:53,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:54,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:54,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:54,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:54,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:55,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:56,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:56,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:57,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:57,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:07:57,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:07:59,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:59,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:59,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:07:59,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:08:00,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:08:01,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:01,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:01,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:01,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:08:02,359 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:08:04,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:04,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:04,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:04,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:08:04,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:08:05,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:05,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:06,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:08:06,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. - 40%|██████████████████████████████████████████████████▍ | 4000/10000 [11:19:04<4:46:59, 2.87s/it][INFO|trainer.py:4054] 2024-10-06 01:33:19,946 >> -{'eval_loss': 0.13255682587623596, 'eval_wer': 8.542819451060867, 'eval_runtime': 4133.4892, 'eval_samples_per_second': 3.297, 'eval_steps_per_second': 0.412, 'epoch': 2.01} -{'loss': 0.071, 'grad_norm': 2.795734405517578, 'learning_rate': 2.9823684210526314e-06, 'epoch': 2.01} -{'loss': 0.0629, 'grad_norm': 1.982479214668274, 'learning_rate': 2.9708552631578944e-06, 'epoch': 2.01} -{'loss': 0.0593, 'grad_norm': 3.168161630630493, 'learning_rate': 2.9593421052631574e-06, 'epoch': 2.02} -{'loss': 0.0696, 'grad_norm': 2.259500741958618, 'learning_rate': 2.947828947368421e-06, 'epoch': 2.02} -{'loss': 0.0687, 'grad_norm': 2.1626062393188477, 'learning_rate': 2.936315789473684e-06, 'epoch': 2.02} -{'loss': 0.0686, 'grad_norm': 2.4419946670532227, 'learning_rate': 2.924802631578947e-06, 'epoch': 2.02} -{'loss': 0.0631, 'grad_norm': 2.445758819580078, 'learning_rate': 2.9132894736842103e-06, 'epoch': 2.03} -{'loss': 0.0647, 'grad_norm': 2.614476442337036, 'learning_rate': 2.9017763157894737e-06, 'epoch': 2.03} -{'loss': 0.0653, 'grad_norm': 1.4166672229766846, 'learning_rate': 2.8902631578947367e-06, 'epoch': 2.03} -{'loss': 0.0567, 'grad_norm': 1.8435245752334595, 'learning_rate': 2.8787499999999998e-06, 'epoch': 2.03} -{'loss': 0.0636, 'grad_norm': 1.8179950714111328, 'learning_rate': 2.867236842105263e-06, 'epoch': 2.04} -{'loss': 0.0598, 'grad_norm': 1.487122893333435, 'learning_rate': 2.855723684210526e-06, 'epoch': 2.04} -{'loss': 0.0599, 'grad_norm': 2.9211690425872803, 'learning_rate': 2.8442105263157892e-06, 'epoch': 2.04} -{'loss': 0.055, 'grad_norm': 2.5018093585968018, 'learning_rate': 2.8326973684210522e-06, 'epoch': 2.04} -{'loss': 0.0533, 'grad_norm': 2.186502456665039, 'learning_rate': 2.8211842105263157e-06, 'epoch': 2.05} -{'loss': 0.0514, 'grad_norm': 1.039233922958374, 'learning_rate': 2.8096710526315787e-06, 'epoch': 2.05} -{'loss': 0.0512, 'grad_norm': 1.871267557144165, 'learning_rate': 2.7981578947368417e-06, 'epoch': 2.05} -{'loss': 0.0579, 'grad_norm': 2.0849483013153076, 'learning_rate': 2.7866447368421047e-06, 'epoch': 2.05} -{'loss': 0.0575, 'grad_norm': 1.6887531280517578, 'learning_rate': 2.775131578947368e-06, 'epoch': 2.06} -{'loss': 0.0683, 'grad_norm': 1.88097083568573, 'learning_rate': 2.763618421052631e-06, 'epoch': 2.06} -***** Running Evaluation ***** -[INFO|trainer.py:4058] 2024-10-06 01:33:19,946 >> Num examples: Unknown -[INFO|trainer.py:4059] 2024-10-06 01:33:19,946 >> Batch size = 8 -Reading metadata...: 13630it [00:00, 14656.61it/s] -[INFO|trainer_utils.py:830] 2024-10-06 01:33:21,617 >> 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. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:21,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:23,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:23,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:23,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:23,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:24,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:26,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:26,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:26,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:26,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:26,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:28,420 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:28,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:28,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:28,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:29,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:30,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:30,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:30,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:30,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:31,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:33,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:33,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:33,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:33,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:33,702 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:35,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:35,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:35,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:35,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:35,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:37,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:37,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:37,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:37,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:38,271 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:39,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:39,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:40,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:40,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:40,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:42,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:42,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:42,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:42,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:43,017 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:44,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:44,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:45,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:45,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:45,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:47,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:47,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:47,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:47,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:47,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:49,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:49,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:49,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:49,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:50,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:51,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:51,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:52,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:52,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:52,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:54,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:54,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:54,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:54,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:54,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:56,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:56,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:56,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:56,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:33:57,233 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:33:59,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:59,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:59,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:33:59,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:00,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:01,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:01,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:02,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:02,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:02,615 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:04,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:04,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:04,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:04,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:04,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:06,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:06,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:06,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:06,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:07,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:08,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:08,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:09,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:09,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:09,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:11,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:11,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:11,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:11,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:11,926 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:13,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:13,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:13,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:13,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:14,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:15,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:15,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:16,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:16,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:16,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:18,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:18,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:18,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:18,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:19,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:23,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:23,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:24,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:24,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:24,473 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:26,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:26,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:26,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:26,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:26,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:28,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:28,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:28,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:28,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:29,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:30,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:30,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:31,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:31,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:31,441 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:33,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:33,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:33,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:33,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:33,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:35,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:35,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:35,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:35,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:36,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:37,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:37,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:38,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:38,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:38,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:40,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:40,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:40,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:40,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:40,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:42,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:42,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:42,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:42,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:43,630 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:45,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:45,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:45,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:45,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:45,930 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:47,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:47,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:47,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:47,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:48,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:49,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:49,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:50,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:50,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:50,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:52,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:52,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:52,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:52,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:52,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:54,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:54,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:54,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:54,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:55,312 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:57,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:57,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:57,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:57,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:34:57,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:34:59,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:59,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:59,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:34:59,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:00,218 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:01,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:01,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:02,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:02,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:02,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:04,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:04,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:04,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:04,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:04,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:06,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:06,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:06,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:06,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:07,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:08,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:08,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:09,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:09,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:09,510 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:11,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:11,143 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:11,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:11,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:11,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:13,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:13,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:13,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:13,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:14,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:15,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:15,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:16,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:16,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:16,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:18,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:18,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:18,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:18,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:18,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:20,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:20,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:20,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:20,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:21,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:23,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:23,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:23,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:23,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:23,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:25,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:25,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:25,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:25,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:26,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:28,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:28,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:28,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:28,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:29,056 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:30,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:30,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:31,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:31,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:31,404 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:33,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:33,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:33,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:33,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:33,920 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:35,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:35,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:35,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:35,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:36,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:38,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:38,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:38,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:38,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:38,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:40,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:40,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:40,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:40,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:41,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:42,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:42,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:43,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:43,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:43,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:45,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:45,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:45,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:45,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:45,788 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:47,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:47,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:47,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:47,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:48,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:50,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:50,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:50,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:50,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:50,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:52,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:52,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:52,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:52,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:53,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:54,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:54,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:55,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:55,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:55,464 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:57,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:57,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:57,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:57,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:35:57,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:35:59,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:59,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:59,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:35:59,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:00,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:01,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:01,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:02,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:02,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:02,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:04,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:04,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:04,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:04,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:05,213 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:06,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:06,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:07,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:07,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:07,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:09,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:09,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:09,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:09,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:09,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:11,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:11,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:11,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:11,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:12,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:13,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:13,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:14,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:14,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:14,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:16,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:16,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:16,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:16,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:16,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:18,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:18,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:18,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:18,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:19,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:20,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:20,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:21,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:21,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:21,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:23,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:23,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:23,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:23,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:24,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:25,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:25,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:26,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:26,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:26,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:28,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:28,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:28,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:28,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:28,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:30,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:30,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:30,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:30,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:31,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:32,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:32,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:33,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:33,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:33,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:35,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:35,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:35,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:35,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:36,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:37,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:37,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:38,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:38,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:38,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:40,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:40,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:40,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:40,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:40,824 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:42,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:42,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:42,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:42,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:43,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:44,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:44,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:45,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:45,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:46,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:47,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:47,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:48,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:48,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:48,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:50,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:50,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:50,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:50,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:51,052 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:52,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:52,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:52,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:52,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:53,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:55,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:55,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:55,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:55,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:55,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:57,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:57,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:57,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:57,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:36:58,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:36:59,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:36:59,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:00,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:00,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:00,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:02,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:02,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:02,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:02,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:02,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:04,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:04,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:04,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:04,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:05,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:07,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:07,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:07,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:07,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:07,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:09,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:09,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:09,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:09,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:10,178 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:11,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:11,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:12,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:12,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:12,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:14,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:14,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:14,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:14,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:14,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:16,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:16,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:16,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:16,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:17,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:19,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:19,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:19,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:19,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:19,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:21,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:21,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:21,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:21,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:22,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:23,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:23,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:24,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:24,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:24,610 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:26,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:26,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:26,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:26,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:27,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:29,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:29,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:29,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:29,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:29,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:31,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:31,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:31,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:31,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:32,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:33,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:33,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:34,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:34,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:34,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:36,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:36,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:36,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:36,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:37,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:38,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:38,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:39,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:39,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:39,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:41,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:41,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:41,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:41,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:41,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:43,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:43,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:43,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:43,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:44,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:46,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:46,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:46,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:46,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:46,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:48,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:48,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:48,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:48,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:49,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:50,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:50,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:51,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:51,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:51,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:53,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:53,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:53,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:53,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:53,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:55,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:55,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:55,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:55,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:56,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:37:57,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:57,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:58,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:37:58,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:37:58,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:00,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:00,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:00,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:00,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:00,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:02,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:02,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:02,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:02,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:03,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:05,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:05,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:05,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:05,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:05,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:07,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:07,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:07,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:07,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:08,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:09,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:09,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:10,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:10,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:10,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:12,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:12,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:12,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:12,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:13,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:14,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:14,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:15,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:15,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:15,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:17,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:17,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:17,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:17,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:17,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:19,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:19,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:19,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:19,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:20,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:21,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:21,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:22,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:22,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:22,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:24,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:24,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:24,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:24,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:25,205 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:26,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:26,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:27,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:27,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:27,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:29,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:29,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:29,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:29,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:31,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:31,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:31,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:31,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:32,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:33,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:33,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:34,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:34,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:34,501 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:36,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:36,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:36,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:36,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:36,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:38,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:38,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:38,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:38,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:39,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:41,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:41,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:41,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:41,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:41,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:43,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:43,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:43,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:43,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:44,088 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:45,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:45,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:45,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:45,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:46,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:48,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:48,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:48,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:48,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:48,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:50,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:50,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:50,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:50,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:51,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:53,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:53,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:53,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:53,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:53,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:55,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:55,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:55,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:55,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:56,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:38:58,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:58,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:58,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:38:58,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:38:58,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:00,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:00,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:01,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:02,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:02,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:03,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:03,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:03,498 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:05,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:05,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:05,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:05,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:05,816 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:07,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:07,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:07,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:07,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:08,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:09,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:09,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:10,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:10,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:10,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:12,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:12,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:12,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:12,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:12,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:14,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:14,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:14,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:14,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:15,357 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:17,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:17,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:17,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:17,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:17,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:19,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:19,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:19,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:19,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:20,149 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:22,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:22,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:22,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:22,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:22,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:24,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:24,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:24,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:24,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:25,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:26,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:26,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:27,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:27,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:27,477 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:29,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:29,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:29,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:29,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:29,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:31,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:31,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:31,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:31,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:32,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:33,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:33,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:33,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:33,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:35,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:36,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:36,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:37,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:37,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:37,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:39,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:39,221 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:39,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:39,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:39,895 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:41,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:41,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:41,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:41,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:42,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:43,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:43,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:44,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:44,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:44,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:46,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:46,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:46,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:46,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:46,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:48,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:48,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:48,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:48,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:49,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:50,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:50,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:51,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:51,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:51,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:53,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:53,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:53,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:53,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:53,903 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:55,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:55,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:55,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:55,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:56,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:39:57,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:57,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:58,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:39:58,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:39:58,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:00,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:00,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:00,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:00,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:01,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:02,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:02,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:03,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:03,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:03,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:05,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:05,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:05,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:05,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:05,874 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:07,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:07,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:07,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:07,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:08,135 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:09,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:09,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:10,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:10,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:10,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:12,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:12,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:12,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:12,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:12,798 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:14,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:14,548 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:14,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:14,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:15,760 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:17,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:17,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:17,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:17,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:18,060 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:19,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:19,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:20,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:20,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:20,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:22,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:22,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:22,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:22,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:22,880 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:24,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:24,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:24,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:24,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:25,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:26,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:26,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:27,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:27,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:27,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:29,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:29,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:29,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:29,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:29,871 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:31,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:31,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:31,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:31,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:32,281 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:34,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:34,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:34,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:34,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:34,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:36,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:36,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:36,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:36,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:37,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:38,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:38,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:39,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:39,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:39,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:41,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:41,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:41,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:41,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:41,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:43,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:43,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:43,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:43,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:44,284 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:45,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:45,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:46,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:46,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:46,638 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:48,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:48,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:48,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:48,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:48,973 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:50,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:50,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:50,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:50,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:51,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:53,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:53,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:53,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:53,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:53,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:55,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:55,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:55,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:55,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:56,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:40:58,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:58,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:58,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:40:58,514 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:40:58,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:00,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:00,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:01,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:01,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:01,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:03,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:03,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:03,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:03,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:03,820 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:05,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:05,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:05,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:05,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:06,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:07,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:07,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:08,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:08,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:08,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:10,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:10,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:10,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:10,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:10,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:12,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:12,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:12,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:12,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:13,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:14,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:14,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:15,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:15,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:15,499 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:17,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:17,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:17,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:17,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:18,048 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:19,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:19,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:19,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:19,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:20,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:22,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:22,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:22,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:22,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:22,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:24,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:24,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:24,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:24,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:24,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:26,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:26,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:26,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:26,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:27,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:29,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:29,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:29,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:29,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:29,743 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:31,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:31,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:31,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:31,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:32,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:33,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:33,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:34,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:34,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:34,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:36,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:36,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:36,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:36,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:36,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:38,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:38,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:38,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:38,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:39,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:41,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:41,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:41,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:41,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:41,849 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:43,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:43,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:43,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:43,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:44,153 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:45,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:45,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:45,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:45,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:46,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:48,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:48,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:48,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:48,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:48,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:50,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:50,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:50,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:50,962 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:51,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:53,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:53,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:53,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:53,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:53,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:55,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:55,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:56,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:56,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:56,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:41:58,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:58,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:58,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:41:58,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:41:58,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:00,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:00,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:00,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:00,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:01,177 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:02,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:02,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:03,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:03,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:03,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:05,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:05,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:05,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:05,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:05,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:07,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:07,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:07,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:07,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:08,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:09,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:09,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:10,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:10,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:10,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:12,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:12,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:12,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:12,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:12,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:14,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:14,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:14,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:14,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:15,330 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:17,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:17,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:17,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:17,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:17,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:19,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:19,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:19,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:19,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:20,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:22,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:22,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:22,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:22,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:23,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:24,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:24,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:24,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:24,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:25,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:27,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:27,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:27,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:27,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:27,677 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:29,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:29,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:29,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:29,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:30,034 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:31,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:31,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:31,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:31,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:32,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:33,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:33,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:34,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:34,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:34,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:36,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:36,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:36,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:36,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:36,865 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:38,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:38,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:38,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:38,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:39,321 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:41,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:41,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:41,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:41,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:41,713 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:43,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:43,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:43,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:43,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:44,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:45,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:45,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:45,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:45,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:46,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:48,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:48,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:48,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:48,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:48,700 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:50,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:50,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:50,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:50,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:51,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:52,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:52,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:53,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:53,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:53,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:55,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:55,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:55,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:55,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:55,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:57,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:57,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:57,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:42:58,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:42:59,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:42:59,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:00,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:00,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:00,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:02,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:02,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:02,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:02,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:03,416 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:05,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:05,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:05,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:05,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:05,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:07,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:07,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:07,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:07,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:08,172 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:09,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:09,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:10,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:10,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:10,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:12,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:12,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:12,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:12,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:12,887 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:14,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:14,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:14,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:14,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:15,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:16,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:16,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:17,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:17,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:17,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:19,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:19,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:19,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:19,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:20,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:21,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:21,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:21,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:21,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:22,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:24,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:24,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:24,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:24,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:24,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:26,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:26,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:26,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:26,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:27,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:28,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:28,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:29,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:29,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:29,595 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:31,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:31,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:31,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:31,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:31,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:33,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:33,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:33,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:33,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:34,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:35,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:35,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:36,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:36,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:36,465 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:38,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:38,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:38,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:38,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:38,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:40,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:40,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:40,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:40,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:41,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:42,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:42,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:43,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:43,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:43,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:45,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:45,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:45,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:45,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:46,163 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:47,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:47,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:48,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:48,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:48,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:50,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:50,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:50,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:50,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:50,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:52,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:52,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:52,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:52,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:53,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:54,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:54,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:55,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:55,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:55,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:57,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:57,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:57,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:57,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:43:57,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:43:59,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:59,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:59,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:43:59,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:00,229 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:01,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:01,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:02,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:02,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:02,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:04,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:04,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:04,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:04,629 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:05,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:06,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:06,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:06,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:06,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:07,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:09,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:09,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:09,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:09,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:09,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:11,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:11,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:11,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:11,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:12,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:14,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:14,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:14,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:14,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:14,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:16,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:16,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:16,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:16,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:17,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:18,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:18,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:19,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:19,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:19,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:21,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:21,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:21,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:21,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:21,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:23,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:23,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:23,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:23,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:24,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:25,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:26,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:26,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:26,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:28,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:28,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:28,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:28,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:29,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:30,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:30,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:31,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:31,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:31,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:33,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:33,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:33,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:33,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:33,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:35,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:35,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:35,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:35,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:36,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:37,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:37,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:38,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:38,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:38,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:40,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:40,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:40,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:40,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:40,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:42,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:42,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:42,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:42,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:43,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:44,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:44,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:45,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:45,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:45,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:47,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:47,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:47,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:47,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:48,154 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:50,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:50,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:50,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:50,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:50,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:52,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:52,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:52,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:52,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:53,026 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:54,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:54,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:54,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:54,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:55,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:56,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:56,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:57,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:57,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:44:57,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:44:59,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:59,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:59,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:44:59,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:00,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:01,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:01,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:01,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:01,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:02,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:03,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:03,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:04,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:04,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:04,668 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:06,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:06,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:06,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:06,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:06,959 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:08,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:08,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:09,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:09,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:09,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:11,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:11,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:11,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:11,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:12,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:13,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:13,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:14,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:14,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:14,517 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:16,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:16,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:16,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:16,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:16,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:18,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:18,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:18,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:18,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:19,273 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:20,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:20,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:21,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:21,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:21,572 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:23,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:23,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:23,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:23,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:23,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:25,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:25,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:25,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:25,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:26,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:28,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:28,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:28,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:28,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:28,737 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:30,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:30,412 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:30,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:30,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:31,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:32,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:32,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:33,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:33,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:33,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:35,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:35,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:35,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:35,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:35,752 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:37,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:37,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:37,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:37,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:38,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:39,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:39,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:40,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:40,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:40,623 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:42,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:42,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:42,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:42,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:43,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:44,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:44,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:44,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:44,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:45,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:47,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:47,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:47,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:47,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:47,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:49,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:49,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:49,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:49,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:50,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:52,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:52,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:52,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:52,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:53,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:54,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:54,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:55,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:55,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:55,674 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:57,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:57,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:57,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:57,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:45:58,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:45:59,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:45:59,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:00,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:00,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:00,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:02,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:02,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:02,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:02,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:02,983 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:04,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:04,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:04,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:04,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:05,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:07,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:07,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:07,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:07,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:07,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:09,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:09,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:09,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:09,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:10,124 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:11,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:11,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:12,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:12,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:12,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:14,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:14,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:14,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:14,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:14,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:16,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:16,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:16,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:16,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:17,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:19,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:19,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:19,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:19,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:19,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:21,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:21,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:21,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:21,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:22,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:23,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:23,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:23,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:23,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:24,388 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:26,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:26,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:26,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:26,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:26,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:28,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:28,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:28,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:28,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:29,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:31,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:31,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:31,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:31,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:32,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:33,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:33,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:34,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:34,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:34,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:36,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:36,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:36,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:36,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:36,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:38,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:38,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:38,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:38,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:39,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:40,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:40,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:41,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:41,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:41,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:43,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:43,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:43,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:43,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:43,906 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:45,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:45,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:46,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:46,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:46,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:48,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:48,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:48,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:48,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:48,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:50,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:50,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:50,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:50,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:51,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:52,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:52,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:53,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:53,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:53,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:55,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:55,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:55,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:55,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:55,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:57,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:57,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:57,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:57,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:46:58,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:46:59,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:46:59,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:00,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:00,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:00,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:02,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:02,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:02,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:02,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:02,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:04,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:04,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:04,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:04,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:05,338 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:06,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:06,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:07,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:07,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:07,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:09,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:09,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:09,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:09,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:10,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:11,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:11,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:12,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:12,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:12,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:14,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:14,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:14,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:14,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:15,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:16,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:16,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:17,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:17,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:17,616 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:19,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:19,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:19,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:19,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:20,074 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:21,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:21,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:22,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:22,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:22,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:24,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:24,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:24,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:24,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:24,840 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:26,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:26,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:26,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:26,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:27,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:28,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:28,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:29,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:29,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:29,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:31,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:31,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:31,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:31,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:31,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:33,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:33,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:33,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:33,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:34,194 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:35,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:35,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:36,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:36,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:36,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:38,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:38,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:38,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:38,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:38,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:40,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:40,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:40,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:40,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:41,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:42,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:42,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:43,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:43,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:43,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:45,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:45,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:45,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:45,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:46,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:47,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:47,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:47,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:47,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:48,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:50,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:50,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:50,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:50,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:50,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:52,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:52,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:52,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:52,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:53,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:55,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:55,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:55,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:55,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:55,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:57,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:57,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:57,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:47:58,251 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:47:59,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:47:59,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:00,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:00,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:00,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:02,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:02,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:02,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:02,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:02,978 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:04,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:04,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:04,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:04,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:05,358 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:07,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:07,020 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:07,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:07,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:07,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:09,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:09,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:09,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:09,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:10,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:11,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:11,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:12,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:12,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:12,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:14,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:14,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:14,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:14,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:14,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:16,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:16,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:16,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:16,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:17,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:18,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:18,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:19,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:19,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:19,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:21,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:21,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:21,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:21,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:21,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:23,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:23,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:23,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:23,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:24,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:25,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:25,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:26,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:26,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:26,585 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:28,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:28,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:28,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:28,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:29,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:30,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:30,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:31,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:31,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:31,413 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:33,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:33,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:33,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:33,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:33,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:35,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:35,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:35,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:35,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:35,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:37,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:37,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:38,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:38,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:39,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:40,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:40,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:40,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:40,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:41,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:43,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:43,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:43,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:43,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:43,862 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:45,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:45,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:45,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:45,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:46,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:47,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:47,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:48,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:48,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:48,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:50,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:50,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:50,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:50,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:50,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:52,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:52,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:52,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:52,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:53,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:54,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:54,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:55,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:55,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:55,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:57,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:57,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:57,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:57,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:48:58,120 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:48:59,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:48:59,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:00,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:00,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:00,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:02,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:02,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:02,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:02,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:02,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:04,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:04,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:04,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:04,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:05,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:07,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:07,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:07,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:07,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:07,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:09,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:09,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:09,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:09,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:10,113 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:11,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:11,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:12,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:12,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:12,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:14,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:14,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:14,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:14,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:15,003 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:16,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:16,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:16,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:16,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:17,386 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:19,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:19,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:19,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:19,376 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:20,051 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:21,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:21,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:21,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:21,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:22,366 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:24,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:24,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:24,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:24,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:24,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:26,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:26,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:26,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:26,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:27,008 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:28,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:28,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:28,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:28,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:29,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:30,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:30,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:31,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:31,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:31,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:33,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:33,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:33,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:33,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:33,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:35,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:35,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:35,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:35,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:36,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:38,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:38,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:38,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:38,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:38,748 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:40,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:40,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:40,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:40,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:41,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:42,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:42,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:43,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:43,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:43,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:45,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:45,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:45,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:45,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:46,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:47,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:47,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:47,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:47,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:48,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:50,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:50,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:50,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:50,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:50,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:52,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:52,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:52,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:52,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:53,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:54,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:54,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:55,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:55,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:55,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:57,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:57,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:57,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:57,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:49:58,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:49:59,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:49:59,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:00,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:00,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:00,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:02,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:02,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:02,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:02,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:03,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:05,027 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:05,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:05,299 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:05,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:05,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:07,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:07,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:07,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:07,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:08,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:09,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:09,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:09,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:09,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:10,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:12,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:12,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:12,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:12,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:12,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:14,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:14,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:14,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:14,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:15,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:17,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:17,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:17,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:17,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:17,683 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:19,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:19,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:19,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:19,748 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:20,155 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:21,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:21,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:22,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:22,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:22,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:24,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:24,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:24,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:24,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:24,745 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:26,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:26,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:26,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:26,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:27,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:28,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:28,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:29,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:29,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:29,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:31,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:31,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:31,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:31,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:32,010 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:33,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:33,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:33,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:33,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:34,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:36,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:36,010 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:36,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:36,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:36,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:38,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:38,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:38,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:38,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:38,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:40,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:40,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:40,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:40,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:41,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:43,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:43,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:43,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:43,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:44,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:45,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:45,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:46,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:46,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:46,612 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:48,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:48,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:48,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:48,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:48,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:50,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:50,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:50,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:50,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:51,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:53,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:53,099 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:53,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:53,371 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:53,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:55,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:55,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:55,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:55,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:56,069 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:57,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:57,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:57,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:57,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:50:58,350 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:50:59,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:50:59,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:00,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:00,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:00,600 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:02,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:02,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:02,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:02,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:03,030 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:04,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:04,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:05,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:05,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:05,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:07,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:07,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:07,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:07,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:07,898 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:09,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:09,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:09,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:09,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:10,250 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:11,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:11,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:12,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:12,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:12,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:14,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:14,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:14,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:14,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:15,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:16,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:16,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:16,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:16,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:17,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:19,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:19,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:19,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:19,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:19,714 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:21,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:21,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:21,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:21,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:22,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:24,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:24,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:24,914 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:24,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:25,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:27,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:27,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:27,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:27,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:27,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:29,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:29,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:29,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:29,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:30,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:32,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:32,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:32,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:32,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:32,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:34,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:34,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:34,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:34,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:35,259 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:37,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:37,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:37,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:37,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:37,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:39,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:39,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:39,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:39,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:40,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:41,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:41,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:42,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:42,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:42,538 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:44,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:44,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:44,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:44,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:44,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:46,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:46,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:46,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:46,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:47,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:49,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:49,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:49,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:49,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:49,728 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:51,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:51,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:51,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:51,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:52,082 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:53,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:53,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:54,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:54,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:54,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:56,279 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:56,280 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:56,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:56,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:56,954 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:51:58,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:58,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:58,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:51:58,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:51:59,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:00,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:00,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:01,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:01,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:01,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:03,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:03,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:03,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:03,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:04,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:06,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:06,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:06,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:06,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:06,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:08,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:08,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:08,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:08,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:09,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:10,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:10,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:11,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:11,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:11,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:13,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:13,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:13,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:13,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:13,986 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:15,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:15,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:15,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:15,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:16,260 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:17,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:17,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:18,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:18,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:18,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:20,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:20,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:20,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:20,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:20,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:22,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:22,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:22,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:22,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:23,377 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:25,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:25,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:25,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:25,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:25,686 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:27,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:27,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:27,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:27,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:28,131 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:29,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:29,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:29,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:29,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:30,370 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:32,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:32,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:32,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:32,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:32,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:34,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:34,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:34,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:34,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:34,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:36,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:36,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:37,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:37,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:37,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:39,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:39,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:39,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:39,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:39,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:41,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:41,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:41,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:41,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:42,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:44,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:44,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:44,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:44,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:45,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:47,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:47,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:47,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:47,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:47,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:49,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:49,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:49,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:49,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:50,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:52,018 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:52,019 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:52,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:54,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:54,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:54,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:54,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:54,721 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:56,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:56,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:56,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:56,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:57,186 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:52:58,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:58,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:59,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:52:59,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:52:59,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:01,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:01,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:01,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:01,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:01,702 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:03,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:03,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:03,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:03,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:04,094 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:05,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:05,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:06,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:06,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:06,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:08,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:08,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:08,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:08,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:08,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:10,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:10,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:10,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:10,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:11,269 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:12,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:12,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:13,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:13,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:13,507 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:15,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:15,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:15,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:15,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:15,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:17,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:17,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:17,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:17,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:18,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:19,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:19,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:20,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:20,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:20,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:22,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:22,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:22,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:22,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:22,811 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:24,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:24,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:24,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:24,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:25,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:27,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:27,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:27,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:27,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:28,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:29,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:29,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:30,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:30,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:30,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:32,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:32,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:32,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:32,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:33,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:34,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:34,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:35,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:35,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:35,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:37,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:37,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:37,469 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:37,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:37,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:39,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:39,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:39,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:39,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:40,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:41,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:41,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:42,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:42,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:42,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:44,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:44,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:44,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:44,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:44,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:46,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:46,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:46,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:46,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:47,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:48,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:48,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:49,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:49,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:49,454 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:51,154 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:51,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:51,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:51,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:51,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:53,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:53,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:53,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:53,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:54,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:55,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:55,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:56,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:56,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:56,617 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:53:58,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:58,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:58,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:53:58,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:53:59,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:00,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:00,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:01,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:01,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:01,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:03,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:03,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:03,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:03,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:03,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:05,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:05,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:05,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:05,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:06,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:07,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:07,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:08,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:08,085 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:09,028 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:10,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:10,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:10,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:10,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:11,286 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:12,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:12,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:13,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:13,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:13,640 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:15,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:15,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:15,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:15,598 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:15,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:17,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:17,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:17,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:17,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:18,372 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:20,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:20,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:20,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:20,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:20,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:22,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:22,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:22,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:22,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:23,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:24,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:24,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:25,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:25,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:25,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:27,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:27,210 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:27,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:27,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:27,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:29,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:29,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:29,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:29,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:30,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:32,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:32,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:32,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:32,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:32,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:34,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:34,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:34,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:34,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:34,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:36,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:36,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:36,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:36,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:37,262 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:38,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:38,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:39,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:39,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:39,571 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:41,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:41,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:41,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:41,562 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:41,961 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:43,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:43,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:43,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:43,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:44,277 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:45,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:45,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:46,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:46,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:46,661 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:48,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:48,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:48,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:48,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:49,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:50,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:50,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:51,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:51,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:52,016 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:53,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:53,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:54,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:54,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:54,443 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:56,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:56,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:56,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:56,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:56,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:54:58,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:58,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:58,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:54:58,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:54:59,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:00,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:00,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:01,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:01,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:01,481 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:03,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:03,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:03,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:03,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:03,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:05,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:05,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:05,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:05,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:06,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:08,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:08,092 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:08,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:08,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:08,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:10,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:10,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:10,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:10,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:11,160 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:12,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:12,718 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:12,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:12,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:13,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:15,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:15,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:15,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:15,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:15,844 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:17,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:17,657 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:17,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:17,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:18,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:19,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:19,996 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:20,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:20,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:20,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:22,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:22,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:22,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:22,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:23,150 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:24,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:24,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:25,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:25,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:25,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:27,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:27,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:27,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:27,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:27,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:29,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:29,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:29,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:29,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:30,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:31,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:31,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:32,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:32,188 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:32,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:34,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:34,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:34,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:34,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:35,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:37,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:37,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:37,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:37,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:37,790 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:39,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:39,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:39,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:39,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:40,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:42,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:42,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:42,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:42,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:42,718 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:44,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:44,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:44,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:44,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:45,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:46,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:46,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:47,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:47,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:47,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:49,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:49,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:49,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:49,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:49,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:51,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:51,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:51,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:51,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:52,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:53,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:53,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:54,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:54,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:54,462 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:56,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:56,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:56,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:56,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:56,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:55:58,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:58,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:58,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:55:58,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:55:59,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:00,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:00,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:00,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:00,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:01,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:03,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:03,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:03,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:03,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:03,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:05,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:05,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:05,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:05,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:06,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:07,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:07,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:08,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:08,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:08,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:10,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:10,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:10,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:10,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:11,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:12,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:12,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:13,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:13,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:13,540 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:15,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:15,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:15,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:15,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:16,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:18,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:18,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:18,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:18,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:18,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:20,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:20,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:20,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:20,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:21,313 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:23,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:23,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:23,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:23,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:23,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:25,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:25,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:25,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:25,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:25,989 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:27,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:27,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:28,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:28,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:28,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:30,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:30,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:30,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:30,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:30,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:32,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:32,501 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:32,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:32,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:33,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:34,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:34,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:35,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:35,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:35,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:37,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:37,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:37,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:37,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:37,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:39,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:39,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:39,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:39,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:40,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:41,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:41,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:42,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:42,086 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:42,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:44,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:44,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:44,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:44,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:44,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:46,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:46,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:46,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:46,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:47,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:48,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:48,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:48,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:48,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:49,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:50,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:50,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:51,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:51,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:51,561 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:53,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:53,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:53,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:53,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:53,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:55,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:55,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:55,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:55,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:56,533 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:56:58,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:58,254 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:58,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:56:58,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:56:58,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:00,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:00,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:00,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:00,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:01,304 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:02,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:02,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:03,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:03,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:03,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:05,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:05,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:05,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:05,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:06,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:07,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:07,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:07,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:07,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:08,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:10,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:10,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:10,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:10,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:10,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:12,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:12,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:12,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:12,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:13,138 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:14,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:14,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:15,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:15,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:15,485 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:17,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:17,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:17,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:17,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:17,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:19,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:19,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:19,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:19,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:20,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:21,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:21,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:22,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:22,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:22,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:24,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:24,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:24,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:24,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:24,928 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:26,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:26,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:26,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:26,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:27,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:28,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:28,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:29,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:29,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:29,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:31,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:31,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:31,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:31,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:32,027 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:33,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:33,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:33,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:33,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:34,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:36,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:36,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:36,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:36,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:37,249 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:38,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:38,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:39,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:39,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:39,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:41,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:41,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:41,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:41,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:41,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:43,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:43,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:43,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:43,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:44,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:46,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:46,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:46,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:46,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:46,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:48,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:48,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:48,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:48,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:49,039 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:50,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:50,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:51,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:51,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:51,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:53,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:53,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:53,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:53,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:53,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:55,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:55,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:55,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:55,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:56,270 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:57:58,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:58,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:58,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:57:58,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:57:58,803 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:00,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:00,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:00,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:00,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:01,105 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:02,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:02,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:03,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:03,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:03,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:05,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:05,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:05,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:05,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:05,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:07,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:07,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:07,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:07,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:08,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:09,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:09,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:10,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:10,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:10,596 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:12,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:12,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:12,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:12,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:13,037 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:14,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:14,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:14,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:14,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:15,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:17,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:17,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:17,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:17,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:18,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:19,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:19,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:19,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:19,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:20,363 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:22,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:22,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:22,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:22,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:22,776 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:24,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:24,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:24,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:24,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:25,253 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:26,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:26,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:27,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:27,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:27,605 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:29,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:29,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:29,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:29,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:29,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:31,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:31,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:32,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:32,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:32,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:34,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:34,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:34,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:34,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:34,719 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:36,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:36,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:36,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:36,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:36,990 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:38,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:38,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:38,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:38,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:39,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:41,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:41,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:41,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:41,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:41,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:43,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:43,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:43,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:43,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:44,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:45,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:45,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:46,103 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:46,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:46,518 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:48,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:48,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:48,418 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:48,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:48,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:50,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:50,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:50,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:50,715 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:51,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:52,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:52,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:53,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:53,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:53,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:55,206 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:55,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:55,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:55,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:56,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:58:58,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:58,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:58,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:58:58,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:58:58,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:00,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:00,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:00,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:00,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:01,003 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:02,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:02,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:02,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:02,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:03,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:04,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:04,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:05,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:05,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:05,648 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:07,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:07,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:07,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:07,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:08,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:09,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:09,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:10,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:10,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:10,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:12,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:12,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:12,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:12,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:12,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:14,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:14,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:14,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:14,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:15,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:16,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:16,873 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:17,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:17,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:17,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:19,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:19,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:19,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:19,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:19,905 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:21,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:21,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:21,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:21,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:22,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:23,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:23,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:24,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:24,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:24,656 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:26,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:26,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:26,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:26,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:26,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:28,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:28,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:29,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:29,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:29,526 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:31,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:31,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:31,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:31,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:31,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:33,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:33,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:33,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:33,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:34,089 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:35,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:35,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:36,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:36,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:36,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:38,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:38,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:38,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:38,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:39,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:41,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:41,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:41,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:41,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:41,706 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:43,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:43,398 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:43,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:43,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:44,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:45,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:45,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:45,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:45,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:46,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:48,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:48,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:48,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:48,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:48,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:50,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:50,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:50,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:50,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:51,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:52,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:52,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:53,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:53,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:53,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:55,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:55,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:55,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:55,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:55,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:57,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:57,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:57,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:57,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 01:59:58,179 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 01:59:59,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 01:59:59,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:00,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:00,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:00,567 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:02,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:02,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:02,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:02,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:02,859 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:04,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:04,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:04,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:04,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:05,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:06,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:06,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:07,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:07,207 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:07,614 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:09,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:09,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:09,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:09,497 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:09,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:11,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:11,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:11,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:11,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:12,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:13,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:13,878 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:14,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:14,150 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:14,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:16,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:16,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:16,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:16,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:17,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:18,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:18,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:19,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:19,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:19,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:21,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:21,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:21,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:21,574 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:22,274 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:23,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:23,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:24,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:24,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:24,642 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:26,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:26,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:26,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:26,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:27,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:28,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:28,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:28,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:28,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:29,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:31,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:31,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:31,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:31,329 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:31,735 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:33,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:33,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:33,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:33,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:34,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:35,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:35,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:36,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:36,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:36,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:38,194 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:38,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:38,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:38,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:38,867 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:40,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:40,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:40,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:40,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:41,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:42,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:42,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:43,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:43,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:43,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:45,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:45,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:45,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:45,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:46,096 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:47,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:47,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:48,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:48,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:48,482 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:50,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:50,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:50,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:50,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:50,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:52,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:52,626 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:52,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:52,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:53,300 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:54,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:54,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:55,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:55,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:55,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:57,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:57,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:57,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:00:57,970 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:00:59,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:59,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:59,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:00:59,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:00,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:02,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:02,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:02,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:02,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:03,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:04,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:04,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:04,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:04,933 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:05,326 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:07,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:07,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:07,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:07,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:07,717 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:09,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:09,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:09,546 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:09,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:09,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:11,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:11,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:11,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:11,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:12,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:13,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:13,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:14,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:14,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:14,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:16,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:16,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:16,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:16,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:16,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:18,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:18,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:18,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:18,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:19,214 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:20,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:20,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:21,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:21,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:21,508 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:23,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:23,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:23,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:23,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:23,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:25,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:25,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:25,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:25,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:26,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:28,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:28,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:28,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:28,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:28,751 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:30,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:30,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:30,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:30,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:31,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:32,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:32,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:33,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:33,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:33,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:35,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:35,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:35,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:35,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:36,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:37,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:37,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:38,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:38,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:38,439 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:40,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:40,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:40,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:40,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:40,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:42,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:42,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:42,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:42,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:43,647 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:45,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:45,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:45,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:45,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:46,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:47,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:47,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:47,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:47,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:48,334 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:50,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:50,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:50,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:50,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:50,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:52,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:52,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:52,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:52,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:53,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:54,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:54,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:55,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:55,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:55,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:57,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:57,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:57,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:57,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:01:57,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:01:59,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:59,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:59,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:01:59,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:00,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:01,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:01,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:02,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:02,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:02,527 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:04,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:04,144 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:04,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:04,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:04,808 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:06,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:06,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:06,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:06,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:07,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:08,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:08,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:09,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:09,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:09,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:11,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:11,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:11,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:11,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:11,965 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:13,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:13,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:13,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:13,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:14,267 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:16,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:16,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:16,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:16,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:16,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:18,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:18,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:18,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:18,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:18,953 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:20,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:20,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:20,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:20,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:21,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:22,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:22,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:23,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:23,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:23,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:25,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:25,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:25,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:25,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:26,607 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:28,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:28,302 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:28,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:28,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:28,967 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:30,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:30,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:30,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:31,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:31,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:33,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:33,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:33,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:33,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:33,731 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:35,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:35,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:35,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:35,672 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:36,081 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:37,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:37,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:37,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:37,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:38,287 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:40,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:40,026 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:40,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:40,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:40,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:42,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:42,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:42,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:42,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:43,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:44,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:44,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:45,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:45,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:45,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:47,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:47,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:47,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:47,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:47,733 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:49,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:49,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:49,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:49,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:50,083 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:51,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:51,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:52,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:52,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:52,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:54,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:54,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:54,330 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:54,331 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:54,725 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:56,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:56,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:56,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:56,561 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:56,957 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:02:58,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:58,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:58,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:02:58,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:02:59,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:00,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:00,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:01,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:01,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:01,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:03,364 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:03,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:03,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:03,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:04,059 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:05,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:05,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:05,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:05,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:06,336 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:07,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:07,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:08,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:08,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:08,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:10,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:10,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:10,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:10,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:11,347 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:12,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:12,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:13,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:13,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:13,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:15,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:15,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:15,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:15,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:16,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:17,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:17,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:17,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:17,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:18,278 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:19,964 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:19,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:20,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:20,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:20,639 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:22,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:22,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:22,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:22,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:23,024 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:24,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:24,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:24,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:24,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:25,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:27,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:27,125 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:27,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:27,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:27,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:29,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:29,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:29,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:29,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:30,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:31,824 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:31,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:32,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:32,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:32,511 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:34,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:34,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:34,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:34,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:34,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:36,743 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:36,744 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:37,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:37,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:37,426 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:39,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:39,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:39,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:39,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:39,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:41,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:41,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:41,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:41,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:42,139 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:43,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:43,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:44,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:44,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:44,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:46,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:46,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:46,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:46,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:46,931 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:48,648 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:48,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:48,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:48,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:49,966 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:51,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:51,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:51,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:51,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:52,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:53,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:53,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:54,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:54,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:54,577 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:56,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:56,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:56,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:56,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:56,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:03:58,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:58,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:58,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:03:58,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:03:59,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:01,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:01,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:01,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:01,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:01,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:03,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:03,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:03,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:03,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:04,141 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:05,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:05,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:06,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:06,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:06,521 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:08,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:08,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:08,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:08,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:08,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:10,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:10,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:10,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:10,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:11,291 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:12,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:12,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:13,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:13,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:13,570 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:15,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:15,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:15,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:15,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:15,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:17,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:17,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:17,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:17,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:18,266 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:19,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:19,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:20,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:20,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:20,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:22,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:22,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:22,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:22,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:22,964 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:24,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:24,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:24,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:24,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:25,319 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:27,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:27,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:27,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:27,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:27,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:29,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:29,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:29,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:29,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:30,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:31,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:31,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:32,167 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:32,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:32,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:34,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:34,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:34,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:34,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:35,195 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:36,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:36,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:37,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:37,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:37,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:39,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:39,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:39,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:39,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:39,764 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:41,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:41,462 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:41,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:41,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:42,127 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:43,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:43,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:44,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:44,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:44,655 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:46,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:46,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:46,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:46,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:46,994 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:48,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:48,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:49,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:49,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:49,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:51,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:51,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:51,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:51,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:51,807 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:53,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:53,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:53,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:53,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:54,190 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:56,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:56,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:56,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:56,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:56,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:04:58,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:58,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:58,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:04:58,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:04:59,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:00,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:00,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:01,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:01,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:01,509 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:03,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:03,126 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:03,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:03,399 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:03,805 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:05,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:05,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:05,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:05,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:06,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:08,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:08,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:08,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:08,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:08,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:10,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:10,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:10,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:10,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:11,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:12,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:12,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:13,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:13,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:13,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:15,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:15,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:15,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:15,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:16,062 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:17,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:17,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:17,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:17,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:18,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:20,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:20,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:20,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:20,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:20,681 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:22,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:22,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:22,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:22,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:22,879 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:24,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:24,606 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:24,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:24,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:25,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:26,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:26,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:27,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:27,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:27,579 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:29,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:29,340 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:29,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:29,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:30,029 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:31,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:31,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:32,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:32,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:32,489 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:34,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:34,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:34,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:34,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:34,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:36,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:36,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:36,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:36,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:37,295 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:38,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:38,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:39,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:39,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:39,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:41,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:41,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:41,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:41,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:42,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:43,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:43,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:43,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:43,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:44,335 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:46,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:46,036 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:46,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:46,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:46,723 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:48,421 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:48,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:48,692 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:48,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:49,113 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:50,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:50,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:51,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:51,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:51,447 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:53,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:53,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:53,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:53,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:53,738 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:55,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:55,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:55,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:55,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:56,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:05:58,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:58,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:58,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:05:58,710 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:05:59,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:00,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:00,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:01,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:01,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:01,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:03,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:03,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:03,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:03,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:03,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:05,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:05,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:06,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:06,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:06,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:08,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:08,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:08,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:08,408 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:08,810 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:10,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:10,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:10,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:10,645 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:11,053 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:12,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:12,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:13,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:13,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:13,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:15,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:15,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:15,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:15,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:15,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:17,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:17,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:17,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:17,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:18,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:19,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:19,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:20,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:20,187 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:20,586 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:22,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:22,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:22,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:22,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:22,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:24,550 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:24,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:24,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:24,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:25,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:26,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:26,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:27,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:27,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:27,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:29,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:29,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:29,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:29,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:30,079 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:31,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:31,713 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:31,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:31,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:32,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:34,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:34,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:34,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:34,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:35,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:36,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:36,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:37,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:37,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:37,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:39,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:39,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:39,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:39,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:40,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:41,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:41,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:42,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:42,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:42,504 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:44,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:44,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:44,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:44,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:44,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:46,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:46,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:46,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:46,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:47,122 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:48,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:48,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:49,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:49,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:49,589 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:51,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:51,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:51,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:51,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:51,873 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:53,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:53,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:53,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:53,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:54,204 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:55,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:55,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:56,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:56,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:56,547 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:06:58,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:58,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:58,595 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:06:58,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:06:58,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:00,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:00,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:00,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:00,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:01,272 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:02,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:02,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:03,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:03,009 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:03,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:05,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:05,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:05,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:05,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:05,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:07,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:07,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:07,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:07,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:08,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:09,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:09,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:10,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:10,183 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:10,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:12,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:12,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:12,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:12,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:12,796 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:14,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:14,380 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:14,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:14,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:15,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:16,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:16,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:17,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:17,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:18,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:19,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:19,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:19,944 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:19,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:20,356 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:22,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:22,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:22,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:22,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:22,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:24,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:24,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:24,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:24,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:25,078 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:26,789 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:26,790 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:27,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:27,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:27,464 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:29,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:29,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:29,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:29,348 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:29,766 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:31,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:31,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:31,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:31,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:32,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:33,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:33,913 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:34,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:34,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:34,592 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:36,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:36,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:36,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:36,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:36,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:38,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:38,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:38,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:38,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:39,398 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:41,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:41,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:41,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:41,395 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:41,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:43,568 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:43,569 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:43,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:43,841 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:44,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:45,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:45,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:46,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:46,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:46,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:48,272 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:48,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:48,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:48,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:48,952 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:50,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:50,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:51,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:51,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:51,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:53,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:53,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:53,396 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:53,397 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:53,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:55,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:55,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:55,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:55,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:56,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:07:57,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:57,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:58,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:07:58,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:07:58,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:00,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:00,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:00,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:00,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:01,289 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:02,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:02,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:03,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:03,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:03,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:05,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:05,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:05,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:05,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:06,025 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:07,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:07,668 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:07,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:07,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:08,351 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:09,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:09,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:10,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:10,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:10,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:12,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:12,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:12,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:12,524 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:12,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:14,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:14,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:14,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:14,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:15,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:16,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:16,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:17,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:17,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:17,545 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:19,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:19,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:19,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:19,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:19,912 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:21,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:21,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:21,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:21,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:22,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:24,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:24,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:24,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:24,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:24,775 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:26,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:26,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:26,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:26,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:27,166 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:28,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:28,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:28,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:28,970 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:29,378 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:31,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:31,248 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:31,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:31,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:31,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:33,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:33,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:34,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:34,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:34,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:36,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:36,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:36,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:36,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:36,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:38,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:38,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:38,680 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:38,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:39,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:41,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:41,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:41,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:41,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:41,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:43,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:43,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:43,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:43,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:44,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:45,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:45,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:46,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:46,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:46,598 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:48,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:48,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:48,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:48,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:48,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:50,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:50,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:50,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:50,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:51,391 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:53,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:53,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:53,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:53,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:53,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:55,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:55,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:55,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:55,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:56,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:08:57,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:57,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:58,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:08:58,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:08:58,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:00,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:00,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:00,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:00,825 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:02,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:02,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:02,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:02,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:03,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:04,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:04,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:04,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:04,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:05,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:07,176 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:07,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:07,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:07,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:07,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:09,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:09,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:09,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:09,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:10,170 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:11,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:11,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:12,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:12,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:12,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:14,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:14,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:14,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:14,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:14,769 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:16,446 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:16,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:16,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:16,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:17,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:18,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:18,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:19,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:19,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:19,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:21,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:21,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:21,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:21,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:22,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:23,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:23,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:24,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:24,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:24,566 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:26,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:26,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:26,543 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:26,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:26,942 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:28,842 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:28,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:29,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:29,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:29,523 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:31,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:31,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:31,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:31,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:31,987 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:33,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:33,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:33,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:33,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:34,342 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:36,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:36,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:36,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:36,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:36,742 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:38,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:38,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:38,764 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:38,765 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:39,180 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:40,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:40,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:41,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:41,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:41,580 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:43,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:43,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:43,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:43,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:43,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:45,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:45,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:45,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:45,935 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:46,346 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:48,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:48,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:48,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:48,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:48,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:50,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:50,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:50,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:50,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:51,077 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:52,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:52,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:52,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:52,921 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:53,318 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:55,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:55,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:55,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:55,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:55,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:57,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:57,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:57,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:57,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:09:58,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:09:59,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:09:59,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:00,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:00,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:00,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:02,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:02,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:02,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:02,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:02,914 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:04,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:04,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:04,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:04,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:05,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:07,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:07,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:07,538 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:07,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:07,944 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:09,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:09,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:09,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:09,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:10,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:11,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:11,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:12,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:12,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:12,670 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:14,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:14,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:14,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:14,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:15,165 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:16,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:16,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:17,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:17,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:17,682 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:19,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:19,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:19,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:19,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:20,038 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:21,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:21,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:21,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:21,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:22,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:24,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:24,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:24,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:24,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:24,707 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:26,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:26,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:26,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:26,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:27,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:28,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:28,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:29,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:29,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:29,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:31,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:31,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:31,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:31,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:31,888 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:33,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:33,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:33,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:33,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:34,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:36,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:36,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:36,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:36,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:36,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:38,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:38,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:38,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:38,649 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:39,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:40,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:40,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:41,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:41,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:41,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:43,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:43,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:43,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:43,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:43,884 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:45,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:45,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:45,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:45,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:46,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:48,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:48,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:48,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:48,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:48,791 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:50,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:50,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:50,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:50,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:51,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:52,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:52,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:53,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:53,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:53,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:55,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:55,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:55,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:55,341 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:55,756 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:57,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:57,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:57,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:57,675 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:10:58,087 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:10:59,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:10:59,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:00,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:00,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:00,432 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:02,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:02,211 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:02,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:02,484 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:02,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:04,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:04,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:04,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:04,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:05,305 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:07,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:07,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:07,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:07,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:07,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:09,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:09,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:09,571 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:09,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:09,972 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:11,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:11,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:11,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:11,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:12,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:13,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:13,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:14,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:14,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:14,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:16,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:16,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:16,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:16,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:16,856 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:18,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:18,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:18,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:18,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:19,125 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:20,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:20,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:21,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:21,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:21,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:23,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:23,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:23,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:23,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:23,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:25,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:25,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:25,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:25,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:26,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:28,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:28,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:28,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:28,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:28,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:30,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:30,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:30,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:30,762 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:31,173 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:32,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:32,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:33,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:33,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:33,530 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:35,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:35,243 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:35,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:35,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:35,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:37,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:37,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:37,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:37,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:38,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:39,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:39,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:40,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:40,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:40,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:42,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:42,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:42,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:42,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:42,829 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:44,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:44,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:44,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:44,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:45,050 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:46,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:46,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:47,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:47,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:47,470 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:49,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:49,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:49,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:49,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:49,772 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:51,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:51,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:51,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:51,779 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:52,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:53,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:53,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:54,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:54,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:54,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:56,291 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:56,292 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:56,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:56,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:56,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:11:58,633 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:58,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:58,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:11:58,905 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:11:59,306 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:01,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:01,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:01,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:01,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:01,814 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:03,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:03,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:03,740 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:03,741 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:04,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:05,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:05,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:06,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:06,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:06,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:08,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:08,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:08,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:08,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:09,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:10,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:10,991 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:11,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:11,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:11,662 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:13,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:13,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:13,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:13,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:13,958 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:15,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:15,613 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:15,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:15,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:16,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:18,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:18,070 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:18,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:18,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:18,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:20,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:20,424 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:20,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:20,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:21,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:22,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:22,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:23,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:23,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:23,487 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:25,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:25,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:25,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:25,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:25,784 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:27,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:27,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:27,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:27,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:28,112 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:29,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:29,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:30,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:30,096 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:30,500 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:32,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:32,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:32,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:32,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:32,881 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:34,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:34,547 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:34,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:34,820 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:35,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:36,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:36,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:37,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:37,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:37,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:39,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:39,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:39,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:39,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:39,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:41,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:41,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:41,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:41,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:42,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:43,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:43,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:44,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:44,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:44,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:46,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:46,122 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:46,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:46,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:46,797 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:48,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:48,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:48,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:48,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:49,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:51,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:51,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:51,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:51,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:52,071 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:53,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:53,669 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:53,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:53,940 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:54,339 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:55,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:55,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:56,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:56,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:56,625 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:12:58,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:58,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:58,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:12:58,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:12:59,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:00,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:00,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:01,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:01,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:01,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:03,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:03,177 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:03,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:03,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:03,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:05,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:05,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:05,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:05,828 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:06,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:07,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:07,858 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:08,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:08,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:08,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:10,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:10,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:10,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:10,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:10,828 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:12,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:12,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:12,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:12,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:13,095 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:14,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:14,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:14,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:14,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:15,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:16,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:16,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:17,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:17,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:17,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:19,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:19,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:19,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:19,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:19,899 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:21,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:21,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:21,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:21,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:22,298 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:23,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:23,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:24,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:24,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:24,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:26,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:26,200 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:26,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:26,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:26,872 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:28,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:28,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:28,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:28,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:29,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:31,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:31,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:31,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:31,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:31,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:33,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:33,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:34,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:34,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:34,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:36,184 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:36,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:36,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:36,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:36,854 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:38,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:38,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:38,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:38,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:39,142 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:40,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:40,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:41,123 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:41,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:41,537 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:43,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:43,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:43,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:43,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:43,857 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:45,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:45,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:45,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:45,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:46,102 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:47,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:47,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:48,002 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:48,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:48,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:50,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:50,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:50,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:50,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:50,783 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:52,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:52,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:52,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:52,689 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:53,086 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:54,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:54,622 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:54,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:54,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:55,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:57,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:57,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:57,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:57,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:57,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:13:59,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:59,281 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:59,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:13:59,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:13:59,951 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:01,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:01,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:01,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:01,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:02,301 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:03,980 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:03,981 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:04,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:04,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:04,657 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:06,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:06,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:06,492 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:06,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:06,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:08,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:08,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:09,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:09,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:09,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:11,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:11,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:11,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:11,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:12,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:13,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:13,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:13,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:13,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:14,231 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:15,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:15,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:16,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:16,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:16,541 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:18,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:18,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:18,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:18,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:18,934 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:20,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:20,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:20,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:20,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:21,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:23,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:23,079 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:23,349 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:23,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:23,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:25,480 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:25,481 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:25,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:25,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:26,151 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:27,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:27,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:28,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:28,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:28,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:30,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:30,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:30,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:30,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:30,722 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:32,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:32,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:32,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:32,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:33,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:34,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:34,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:34,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:34,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:35,308 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:36,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:36,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:37,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:37,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:37,636 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:39,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:39,414 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:39,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:39,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:40,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:41,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:41,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:41,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:41,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:42,403 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:44,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:44,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:44,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:44,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:44,837 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:46,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:46,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:46,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:46,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:47,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:48,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:48,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:49,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:49,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:49,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:51,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:51,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:51,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:51,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:52,495 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:54,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:54,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:54,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:54,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:54,868 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:56,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:56,542 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:56,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:56,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:57,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:14:58,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:58,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:59,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:14:59,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:14:59,548 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:01,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:01,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:01,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:01,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:01,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:03,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:03,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:03,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:03,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:04,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:05,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:05,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:06,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:06,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:06,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:08,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:08,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:08,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:08,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:08,929 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:10,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:10,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:10,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:10,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:11,237 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:13,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:13,052 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:13,324 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:13,325 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:13,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:15,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:15,370 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:15,642 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:15,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:16,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:17,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:17,763 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:18,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:18,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:18,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:20,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:20,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:20,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:20,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:20,921 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:22,575 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:22,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:22,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:22,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:23,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:24,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:24,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:25,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:25,124 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:25,532 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:27,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:27,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:27,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:27,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:27,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:29,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:29,552 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:29,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:29,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:30,227 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:32,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:32,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:32,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:32,287 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:32,689 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:34,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:34,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:34,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:34,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:35,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:37,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:37,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:37,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:37,413 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:37,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:39,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:39,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:39,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:39,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:40,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:41,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:41,796 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:42,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:42,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:42,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:44,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:44,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:44,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:44,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:44,781 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:46,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:46,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:46,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:46,661 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:47,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:48,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:48,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:48,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:48,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:49,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:50,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:50,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:51,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:51,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:51,417 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:53,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:53,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:53,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:53,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:53,680 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:55,288 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:55,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:55,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:55,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:55,963 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:57,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:57,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:57,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:57,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:15:58,294 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:15:59,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:15:59,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:00,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:00,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:00,593 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:02,234 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:02,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:02,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:02,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:02,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:04,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:04,500 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:04,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:04,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:05,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:06,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:06,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:07,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:07,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:07,546 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:09,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:09,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:09,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:09,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:10,001 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:11,658 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:11,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:11,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:11,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:12,337 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:14,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:14,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:14,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:14,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:15,399 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:17,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:17,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:17,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:17,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:17,739 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:19,356 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:19,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:19,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:19,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:20,041 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:21,664 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:21,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:21,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:21,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:22,348 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:23,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:23,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:24,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:24,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:24,687 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:26,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:26,466 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:26,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:26,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:27,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:28,807 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:28,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:29,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:29,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:29,483 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:31,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:31,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:31,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:31,374 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:31,774 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:33,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:33,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:33,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:33,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:34,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:35,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:35,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:36,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:36,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:36,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:38,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:38,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:38,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:38,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:38,809 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:40,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:40,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:40,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:40,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:41,099 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:42,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:42,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:43,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:43,053 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:43,461 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:45,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:45,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:45,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:45,387 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:45,790 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:47,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:47,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:47,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:47,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:48,203 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:50,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:50,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:50,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:50,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:50,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:52,589 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:52,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:52,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:52,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:53,276 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:54,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:54,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:55,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:55,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:55,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:16:57,580 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:57,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:57,852 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:16:57,853 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:16:58,263 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:00,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:00,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:00,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:00,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:00,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:02,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:02,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:02,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:02,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:03,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:04,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:04,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:05,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:05,225 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:05,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:07,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:07,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:07,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:07,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:08,007 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:09,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:09,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:09,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:09,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:10,311 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:12,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:12,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:12,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:12,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:12,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:14,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:14,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:14,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:14,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:15,222 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:16,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:16,810 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:17,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:17,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:17,492 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:19,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:19,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:19,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:19,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:19,862 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:21,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:21,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:21,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:21,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:22,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:23,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:23,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:24,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:24,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:24,451 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:26,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:26,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:26,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:26,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:26,913 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:28,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:28,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:28,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:28,784 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:29,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:30,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:30,806 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:31,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:31,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:31,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:33,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:33,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:33,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:33,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:33,759 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:35,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:35,523 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:35,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:35,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:36,894 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:38,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:38,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:38,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:38,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:39,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:40,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:40,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:40,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:40,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:41,396 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:43,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:43,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:43,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:43,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:43,782 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:45,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:45,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:45,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:45,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:46,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:47,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:47,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:48,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:48,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:48,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:50,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:50,214 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:50,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:50,485 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:50,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:52,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:52,602 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:52,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:52,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:53,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:54,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:54,879 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:55,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:55,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:55,556 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:57,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:57,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:57,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:57,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:17:57,843 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:17:59,519 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:59,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:59,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:17:59,791 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:00,200 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:01,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:01,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:02,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:02,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:02,471 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:04,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:04,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:04,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:04,513 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:04,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:06,839 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:06,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:07,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:07,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:07,522 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:09,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:09,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:09,503 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:09,504 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:09,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:11,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:11,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:11,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:11,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:12,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:13,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:13,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:14,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:14,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:14,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:16,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:16,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:16,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:16,354 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:17,508 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:19,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:19,236 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:19,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:19,508 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:19,902 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:21,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:21,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:21,769 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:21,770 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:22,169 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:23,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:23,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:24,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:24,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:24,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:26,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:26,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:26,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:26,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:26,969 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:28,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:28,712 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:28,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:28,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:29,387 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:31,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:31,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:31,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:31,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:31,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:33,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:33,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:33,831 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:33,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:34,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:35,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:35,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:36,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:36,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:36,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:38,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:38,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:38,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:38,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:38,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:40,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:40,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:40,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:40,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:41,128 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:42,802 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:42,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:43,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:43,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:43,476 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:45,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:45,120 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:45,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:45,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:45,795 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:47,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:47,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:47,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:47,696 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:48,098 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:49,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:49,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:50,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:50,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:50,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:52,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:52,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:52,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:52,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:52,866 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:54,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:54,522 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:54,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:54,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:55,198 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:56,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:56,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:57,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:57,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:18:58,006 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:18:59,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:59,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:59,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:18:59,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:00,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:01,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:01,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:02,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:02,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:02,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:04,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:04,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:04,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:04,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:04,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:06,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:06,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:06,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:06,881 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:07,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:08,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:08,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:09,191 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:09,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:09,601 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:11,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:11,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:11,593 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:11,594 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:11,998 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:13,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:13,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:13,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:13,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:14,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:16,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:16,116 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:16,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:16,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:16,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:18,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:18,434 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:18,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:18,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:19,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:20,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:20,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:21,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:21,091 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:21,506 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:23,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:23,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:23,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:23,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:23,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:25,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:25,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:25,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:25,752 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:26,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:27,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:27,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:28,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:28,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:28,535 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:29,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:29,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:30,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:30,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:30,659 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:32,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:32,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:32,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:32,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:33,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:34,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:34,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:34,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:34,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:35,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:37,262 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:37,263 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:37,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:37,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:38,484 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:40,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:40,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:40,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:40,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:40,826 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:42,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:42,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:42,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:42,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:43,225 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:44,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:44,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:45,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:45,173 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:45,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:47,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:47,249 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:47,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:47,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:47,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:49,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:49,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:49,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:49,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:50,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:52,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:52,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:52,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:52,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:52,720 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:54,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:54,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:54,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:54,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:54,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:56,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:56,627 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:56,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:56,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:57,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:19:58,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:58,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:59,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:19:59,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:19:59,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:01,163 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:01,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:01,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:01,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:01,839 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:03,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:03,433 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:03,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:03,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:04,111 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:05,707 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:05,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:05,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:05,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:06,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:08,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:08,076 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:08,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:08,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:08,750 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:10,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:10,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:10,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:10,783 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:11,183 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:12,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:12,910 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:13,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:13,181 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:13,583 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:15,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:15,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:15,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:15,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:15,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:17,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:17,465 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:17,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:17,736 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:18,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:19,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:19,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:20,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:20,110 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:20,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:22,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:22,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:22,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:22,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:23,110 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:24,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:24,759 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:25,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:25,031 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:25,434 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:27,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:27,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:27,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:27,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:27,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:29,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:29,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:29,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:29,697 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:30,101 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:31,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:31,795 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:32,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:32,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:32,475 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:34,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:34,347 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:34,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:34,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:35,031 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:36,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:36,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:37,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:37,044 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:37,458 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:39,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:39,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:39,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:39,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:39,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:41,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:41,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:41,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:41,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:42,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:43,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:43,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:44,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:44,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:44,649 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:46,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:46,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:46,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:46,443 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:46,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:48,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:48,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:48,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:48,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:49,228 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:50,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:50,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:51,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:51,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:51,536 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:53,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:53,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:53,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:53,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:53,916 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:55,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:55,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:55,949 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:55,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:56,355 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:20:58,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:58,056 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:58,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:20:58,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:20:58,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:00,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:00,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:00,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:00,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:01,343 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:02,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:03,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:03,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:03,271 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:03,676 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:05,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:05,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:05,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:05,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:05,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:07,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:07,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:07,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:07,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:08,136 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:09,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:09,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:10,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:10,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:10,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:12,282 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:12,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:12,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:12,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:12,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:14,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:14,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:14,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:14,742 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:15,145 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:16,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:16,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:17,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:17,148 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:17,553 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:19,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:19,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:19,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:19,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:19,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:21,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:21,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:21,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:21,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:22,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:23,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:23,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:24,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:24,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:24,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:26,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:26,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:26,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:26,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:27,054 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:28,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:28,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:28,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:28,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:29,374 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:31,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:31,088 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:31,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:31,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:31,762 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:33,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:33,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:33,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:33,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:34,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:35,924 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:35,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:36,195 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:36,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:36,595 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:38,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:38,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:38,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:38,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:38,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:40,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:40,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:40,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:40,883 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:41,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:42,982 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:42,983 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:43,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:43,253 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:44,013 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:45,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:45,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:46,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:46,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:46,452 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:48,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:48,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:48,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:48,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:48,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:50,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:50,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:50,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:50,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:51,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:52,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:52,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:53,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:53,132 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:53,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:55,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:55,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:55,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:55,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:56,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:57,652 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:57,653 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:57,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:57,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:21:58,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:21:59,901 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:21:59,902 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:00,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:00,172 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:00,575 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:02,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:02,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:02,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:02,582 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:02,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:04,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:04,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:04,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:04,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:05,316 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:07,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:07,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:07,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:07,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:07,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:09,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:09,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:09,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:09,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:10,185 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:11,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:11,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:12,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:12,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:12,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:14,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:14,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:14,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:14,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:14,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:16,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:16,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:16,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:16,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:17,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:18,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:18,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:19,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:19,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:19,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:21,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:21,238 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:21,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:21,509 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:21,908 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:23,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:23,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:23,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:23,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:24,560 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:26,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:26,235 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:26,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:26,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:26,904 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:28,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:28,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:28,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:28,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:29,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:31,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:31,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:31,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:31,423 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:31,815 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:33,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:33,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:33,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:33,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:34,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:35,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:35,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:35,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:35,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:36,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:38,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:38,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:38,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:38,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:38,696 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:40,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:40,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:40,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:40,621 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:41,009 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:42,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:42,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:42,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:42,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:43,293 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:44,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:44,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:45,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:45,224 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:45,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:47,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:47,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:47,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:47,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:48,085 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:49,803 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:49,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:50,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:50,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:50,479 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:52,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:52,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:52,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:52,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:52,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:54,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:54,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:54,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:54,857 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:55,258 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:57,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:57,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:57,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:57,274 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:57,672 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:22:59,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:59,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:59,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:22:59,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:22:59,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:01,634 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:01,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:01,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:01,904 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:02,307 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:03,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:03,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:04,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:04,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:05,005 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:06,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:06,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:06,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:06,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:07,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:08,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:08,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:09,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:09,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:09,542 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:11,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:11,084 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:11,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:11,355 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:11,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:13,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:13,507 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:13,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:13,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:14,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:15,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:15,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:16,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:16,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:16,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:18,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:18,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:18,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:18,440 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:18,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:20,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:20,521 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:20,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:20,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:21,192 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:22,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:22,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:23,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:23,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:23,624 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:25,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:25,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:25,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:25,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:25,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:27,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:27,607 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:27,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:27,877 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:28,282 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:29,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:29,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:30,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:30,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:30,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:32,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:32,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:32,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:32,677 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:33,075 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:34,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:34,698 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:34,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:34,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:35,384 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:36,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:36,946 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:37,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:37,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:37,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:39,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:39,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:39,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:39,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:40,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:42,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:42,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:42,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:42,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:43,000 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:44,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:44,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:45,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:45,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:45,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:47,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:47,209 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:47,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:47,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:47,890 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:49,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:49,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:49,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:49,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:50,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:51,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:51,900 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:52,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:52,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:52,582 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:54,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:54,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:54,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:54,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:54,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:56,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:56,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:56,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:56,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:57,134 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:23:58,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:58,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:23:58,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:23:59,373 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:01,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:01,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:01,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:01,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:01,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:03,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:03,596 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:03,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:03,869 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:04,275 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:05,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:05,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:06,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:06,193 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:06,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:08,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:08,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:08,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:08,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:08,838 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:10,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:10,496 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:10,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:10,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:11,175 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:12,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:12,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:12,929 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:12,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:13,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:14,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:14,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:15,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:15,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:15,590 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:17,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:17,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:17,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:17,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:18,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:19,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:19,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:20,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:20,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:20,644 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:22,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:22,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:22,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:22,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:22,993 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:24,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:24,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:24,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:24,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:25,315 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:27,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:27,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:27,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:27,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:27,770 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:29,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:29,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:29,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:29,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:30,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:31,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:31,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:31,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:31,990 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:32,405 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:34,032 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:34,033 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:34,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:34,303 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:34,703 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:36,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:36,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:36,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:36,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:37,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:38,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:38,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:39,081 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:39,082 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:39,491 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:41,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:41,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:41,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:41,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:41,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:43,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:43,411 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:43,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:43,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:44,090 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:45,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:45,588 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:45,859 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:45,860 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:46,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:48,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:48,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:48,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:48,339 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:48,741 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:50,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:50,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:50,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:50,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:51,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:52,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:52,666 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:52,936 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:52,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:53,915 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:55,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:55,479 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:55,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:55,749 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:56,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:24:57,832 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:57,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:58,104 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:24:58,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:24:58,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:00,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:00,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:00,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:00,404 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:00,832 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:02,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:02,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:02,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:02,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:03,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:04,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:04,840 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:05,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:05,113 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:05,528 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:07,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:07,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:07,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:07,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:07,835 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:09,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:09,549 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:09,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:09,821 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:10,221 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:11,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:11,843 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:12,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:12,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:12,512 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:14,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:14,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:14,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:14,381 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:14,787 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:16,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:16,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:16,705 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:16,706 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:17,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:18,723 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:18,724 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:18,994 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:18,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:19,412 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:21,014 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:21,015 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:21,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:21,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:21,715 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:23,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:23,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:23,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:23,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:24,015 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:25,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:25,665 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:25,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:25,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:26,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:28,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:28,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:28,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:28,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:28,730 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:30,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:30,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:30,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:30,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:31,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:33,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:33,383 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:33,654 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:33,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:34,066 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:35,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:35,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:35,992 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:35,993 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:36,411 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:37,968 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:37,969 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:38,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:38,239 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:38,653 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:40,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:40,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:40,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:40,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:40,985 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:42,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:42,586 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:42,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:42,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:43,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:44,867 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:44,868 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:45,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:45,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:45,551 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:47,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:47,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:47,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:47,460 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:47,860 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:49,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:49,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:49,673 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:49,674 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:50,063 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:51,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:51,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:52,068 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:52,069 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:52,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:54,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:54,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:54,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:54,417 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:54,819 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:56,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:56,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:56,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:56,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:57,097 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:25:58,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:58,676 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:58,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:25:58,948 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:25:59,341 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:00,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:00,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:01,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:01,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:01,627 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:03,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:03,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:03,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:03,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:03,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:05,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:05,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:05,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:05,825 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:06,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:07,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:07,995 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:08,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:08,267 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:08,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:10,437 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:10,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:10,708 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:10,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:11,693 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:13,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:13,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:13,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:13,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:13,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:15,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:15,685 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:15,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:15,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:16,365 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:18,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:18,045 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:18,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:18,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:18,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:20,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:20,241 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:20,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:20,512 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:20,922 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:22,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:22,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:22,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:22,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:23,202 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:24,846 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:24,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:25,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:25,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:25,524 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:27,185 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:27,186 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:27,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:27,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:27,855 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:29,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:29,422 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:29,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:29,693 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:30,100 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:31,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:31,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:31,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:31,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:32,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:33,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:33,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:34,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:34,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:34,654 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:36,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:36,315 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:36,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:36,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:36,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:38,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:38,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:38,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:38,963 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:39,379 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:41,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:41,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:41,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:41,428 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:41,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:43,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:43,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:43,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:43,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:44,158 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:45,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:45,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:45,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:45,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:46,400 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:48,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:48,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:48,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:48,312 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:49,132 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:50,694 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:50,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:50,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:50,966 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:51,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:52,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:52,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:53,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:53,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:53,652 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:55,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:55,352 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:55,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:55,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:56,032 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:26:57,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:57,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:57,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:26:57,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:26:58,362 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:00,114 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:00,115 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:00,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:00,386 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:00,793 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:02,489 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:02,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:02,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:02,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:03,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:04,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:04,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:05,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:05,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:05,505 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:07,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:07,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:07,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:07,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:07,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:09,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:09,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:09,817 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:09,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:10,226 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:11,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:11,872 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:12,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:12,142 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:12,562 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:14,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:14,171 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:14,441 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:14,442 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:14,845 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:16,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:16,537 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:16,808 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:16,809 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:17,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:18,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:18,952 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:19,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:19,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:19,635 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:21,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:21,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:21,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:21,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:22,036 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:23,760 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:23,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:24,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:24,034 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:24,438 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:26,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:26,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:26,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:26,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:26,734 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:28,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:28,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:28,572 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:28,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:29,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:30,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:30,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:31,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:31,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:31,633 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:33,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:33,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:33,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:33,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:33,851 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:35,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:35,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:35,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:35,870 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:36,310 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:38,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:38,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:38,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:38,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:38,694 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:40,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:40,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:40,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:40,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:41,068 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:42,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:42,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:43,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:43,037 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:43,446 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:45,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:45,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:45,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:45,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:46,021 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:47,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:47,583 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:47,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:47,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:48,257 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:49,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:49,957 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:50,228 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:50,229 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:50,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:52,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:52,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:52,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:52,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:52,981 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:54,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:54,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:54,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:54,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:55,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:57,006 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:57,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:57,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:57,278 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:27:57,665 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:27:59,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:59,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:59,603 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:27:59,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:00,020 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:01,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:01,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:01,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:01,950 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:02,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:03,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:03,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:04,258 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:04,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:04,651 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:06,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:06,459 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:06,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:06,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:07,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:09,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:09,363 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:09,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:09,635 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:10,040 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:11,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:11,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:12,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:12,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:12,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:14,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:14,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:14,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:14,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:14,708 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:16,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:16,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:16,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:16,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:16,938 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:18,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:18,560 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:18,833 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:18,834 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:19,248 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:20,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:20,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:21,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:21,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:21,568 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:23,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:23,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:23,486 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:23,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:23,883 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:25,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:25,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:25,818 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:25,819 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:26,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:27,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:27,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:28,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:28,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:28,497 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:30,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:30,147 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:30,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:30,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:30,818 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:32,415 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:32,416 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:32,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:32,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:33,117 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:34,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:34,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:35,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:35,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:35,442 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:37,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:37,344 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:37,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:37,617 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:38,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:39,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:39,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:40,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:40,087 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:40,494 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:42,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:42,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:42,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:42,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:42,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:44,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:44,458 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:44,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:44,730 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:45,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:47,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:47,127 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:47,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:47,402 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:48,385 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:50,105 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:50,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:50,377 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:50,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:50,799 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:52,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:52,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:52,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:52,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:53,144 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:54,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:54,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:55,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:55,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:55,449 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:57,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:57,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:57,378 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:57,379 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:28:57,786 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:28:59,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:59,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:59,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:28:59,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:00,209 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:01,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:01,776 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:02,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:02,048 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:02,460 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:04,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:04,067 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:04,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:04,338 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:04,736 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:06,463 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:06,464 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:06,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:06,735 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:07,148 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:08,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:08,780 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:09,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:09,051 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:09,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:11,138 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:11,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:11,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:11,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:11,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:13,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:13,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:13,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:13,827 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:14,239 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:15,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:15,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:16,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:16,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:16,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:18,357 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:18,358 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:18,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:18,628 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:19,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:20,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:20,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:20,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:20,956 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:21,364 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:22,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:22,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:23,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:23,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:24,223 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:25,976 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:25,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:26,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:26,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:26,663 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:28,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:28,213 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:28,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:28,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:28,882 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:30,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:30,499 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:30,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:30,771 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:31,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:32,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:32,778 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:33,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:33,049 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:33,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:35,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:35,060 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:35,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:35,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:35,749 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:37,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:37,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:37,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:37,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:38,217 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:39,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:39,928 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:40,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:40,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:40,602 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:42,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:42,392 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:42,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:42,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:43,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:44,906 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:44,907 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:45,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:45,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:45,594 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:47,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:47,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:47,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:47,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:47,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:49,650 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:49,651 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:49,922 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:49,923 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:50,340 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:52,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:52,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:52,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:52,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:52,695 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:54,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:54,265 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:54,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:54,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:54,946 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:56,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:56,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:56,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:56,799 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:29:57,206 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:29:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:58,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:59,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:29:59,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:00,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:01,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:01,695 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:01,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:01,967 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:02,380 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:04,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:04,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:04,319 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:04,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:04,716 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:06,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:06,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:06,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:06,581 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:06,979 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:08,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:08,545 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:08,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:08,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:09,215 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:10,793 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:10,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:11,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:11,064 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:11,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:13,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:13,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:13,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:13,406 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:13,804 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:15,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:15,573 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:15,844 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:15,845 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:16,247 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:17,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:17,945 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:18,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:18,217 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:18,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:20,244 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:20,245 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:20,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:20,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:20,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:22,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:22,775 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:23,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:23,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:23,467 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:25,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:25,080 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:25,350 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:25,351 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:25,758 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:27,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:27,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:27,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:27,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:28,109 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:29,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:29,805 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:30,077 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:30,078 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:30,502 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:32,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:32,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:32,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:32,452 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:32,861 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:34,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:34,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:34,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:34,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:35,243 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:36,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:37,000 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:37,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:37,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:37,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:39,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:39,328 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:39,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:39,601 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:40,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:42,256 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:42,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:42,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:42,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:42,936 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:44,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:44,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:44,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:44,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:45,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:47,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:47,041 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:47,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:47,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:47,709 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:49,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:49,375 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:49,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:49,647 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:50,072 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:51,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:52,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:52,425 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:53,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:53,998 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:54,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:54,269 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:54,680 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:56,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:56,240 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:56,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:56,511 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:56,924 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:30:58,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:58,667 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:58,938 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:30:58,939 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:30:59,354 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:01,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:01,095 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:01,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:01,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:01,767 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:03,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:03,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:03,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:03,848 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:04,254 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:05,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:05,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:06,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:06,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:06,554 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:08,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:08,257 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:08,528 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:08,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:08,923 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:10,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:10,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:10,813 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:10,814 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:11,219 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:12,822 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:12,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:13,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:13,094 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:13,493 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:15,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:15,296 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:15,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:15,567 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:15,975 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:17,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:17,731 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:18,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:18,003 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:18,870 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:20,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:20,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:20,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:20,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:21,265 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:22,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:22,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:23,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:23,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:23,634 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:25,230 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:25,231 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:25,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:25,502 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:25,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:27,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:27,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:27,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:27,732 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:28,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:29,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:29,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:29,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:29,973 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:30,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:32,097 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:32,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:32,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:32,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:32,771 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:34,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:34,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:34,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:34,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:35,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:36,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:36,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:37,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:37,059 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:37,466 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:39,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:39,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:39,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:39,451 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:39,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:41,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:41,390 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:41,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:41,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:42,070 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:43,670 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:43,671 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:43,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:43,942 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:44,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:46,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:46,001 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:46,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:46,273 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:46,688 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:48,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:48,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:48,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:48,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:49,055 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:50,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:50,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:50,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:50,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:51,333 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:52,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:52,937 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:53,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:53,208 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:53,629 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:55,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:55,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:55,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:55,605 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:56,691 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:31:58,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:58,369 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:58,640 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:31:58,641 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:31:59,057 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:00,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:00,703 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:00,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:00,975 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:01,382 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:03,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:03,093 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:03,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:03,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:03,779 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:05,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:05,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:05,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:05,777 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:06,191 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:07,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:07,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:08,219 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:08,220 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:08,637 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:10,365 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:10,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:10,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:10,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:11,058 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:12,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:12,758 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:13,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:13,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:13,440 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:14,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:14,977 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:15,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:15,250 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:15,666 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:17,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:17,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:17,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:17,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:17,980 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:19,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:19,681 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:19,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:19,953 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:20,369 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:22,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:22,063 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:22,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:22,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:22,755 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:24,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:24,385 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:24,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:24,656 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:25,065 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:26,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:26,729 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:26,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:26,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:27,415 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:29,320 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:29,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:29,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:29,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:29,999 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:31,618 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:31,619 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:31,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:31,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:32,852 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:34,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:34,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:34,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:34,781 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:35,184 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:36,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:36,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:37,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:37,160 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:37,588 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:39,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:39,166 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:39,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:39,439 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:39,847 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:41,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:41,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:41,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:41,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:42,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:43,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:43,965 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:44,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:44,237 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:44,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:46,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:46,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:46,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:46,587 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:46,995 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:48,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:48,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:48,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:48,861 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:49,264 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:51,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:51,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:51,361 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:51,362 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:51,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:53,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:53,429 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:53,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:53,702 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:54,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:55,897 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:55,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:56,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:56,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:56,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:32:58,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:58,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:58,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:32:58,453 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:32:58,869 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:00,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:00,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:00,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:00,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:01,268 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:02,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:02,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:03,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:03,192 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:03,611 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:05,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:05,264 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:05,535 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:05,536 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:05,948 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:07,611 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:07,612 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:07,884 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:07,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:08,284 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:10,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:10,035 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:10,308 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:10,309 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:11,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:12,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:12,862 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:13,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:13,133 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:13,544 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:15,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:15,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:15,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:15,488 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:15,896 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:17,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:17,565 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:17,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:17,837 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:18,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:19,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:19,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:20,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:20,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:20,587 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:22,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:22,215 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:22,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:22,487 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:22,900 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:24,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:24,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:24,988 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:24,989 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:25,392 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:26,930 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:26,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:27,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:27,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:27,608 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:29,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:29,255 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:29,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:29,527 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:29,925 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:31,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:31,688 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:31,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:31,961 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:32,368 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:34,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:34,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:34,293 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:34,294 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:34,710 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:36,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:36,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:36,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:36,566 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:36,962 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:38,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:38,714 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:38,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:38,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:39,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:41,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:41,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:41,400 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:41,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:41,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:43,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:43,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:43,811 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:43,812 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:44,208 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:45,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:45,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:46,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:46,040 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:46,450 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:48,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:48,028 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:48,300 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:48,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:48,701 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:50,477 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:50,478 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:50,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:50,751 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:51,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:53,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:53,391 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:53,662 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:53,663 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:54,061 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:55,699 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:55,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:55,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:55,972 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:56,383 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:33:57,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:57,947 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:58,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:33:58,218 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:33:58,628 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:00,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:00,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:00,721 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:00,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:01,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:02,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:02,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:03,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:03,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:03,660 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:05,332 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:05,333 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:05,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:05,604 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:06,012 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:07,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:07,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:08,054 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:08,055 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:08,459 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:10,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:10,109 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:10,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:10,382 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:10,785 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:12,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:12,298 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:12,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:12,570 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:12,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:14,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:14,579 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:14,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:14,851 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:15,240 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:16,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:16,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:17,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:17,190 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:17,597 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:19,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:19,165 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:19,435 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:19,436 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:19,836 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:21,444 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:21,445 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:21,716 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:21,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:22,119 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:23,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:23,880 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:24,151 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:24,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:24,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:26,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:26,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:26,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:26,471 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:26,886 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:28,553 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:28,554 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:28,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:28,826 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:29,230 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:30,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:30,865 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:31,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:31,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:32,290 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:33,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:33,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:34,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:34,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:34,632 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:36,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:36,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:36,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:36,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:37,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:38,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:38,709 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:38,984 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:38,985 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:39,394 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:41,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:41,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:41,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:41,318 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:41,732 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:43,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:43,419 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:43,690 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:43,691 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:44,106 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:45,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:45,801 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:46,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:46,075 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:46,486 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:48,136 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:48,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:48,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:48,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:48,823 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:50,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:50,461 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:50,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:50,733 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:51,140 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:52,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:52,874 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:53,145 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:53,146 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:53,549 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:55,326 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:55,327 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:55,599 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:55,600 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:55,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:34:57,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:57,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:57,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:34:57,997 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:34:58,401 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:00,061 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:00,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:00,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:00,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:00,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:02,474 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:02,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:02,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:02,747 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:03,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:04,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:04,737 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:05,007 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:05,008 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:05,409 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:07,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:07,112 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:07,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:07,384 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:07,789 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:09,490 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:09,491 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:09,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:09,761 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:10,161 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:11,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:11,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:12,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:12,017 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:12,423 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:14,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:14,100 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:14,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:14,372 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:15,211 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:17,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:17,047 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:17,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:17,316 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:17,726 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:19,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:19,359 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:19,630 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:19,631 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:20,033 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:21,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:21,679 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:21,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:21,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:22,352 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:24,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:24,137 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:24,409 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:24,410 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:24,813 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:26,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:26,457 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:26,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:26,728 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:27,129 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:28,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:28,794 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:29,065 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:29,066 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:29,463 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:31,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:31,196 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:31,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:31,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:31,858 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:33,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:33,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:33,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:33,767 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:34,174 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:35,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:35,772 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:36,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:36,043 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:36,445 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:38,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:38,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:38,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:38,470 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:38,864 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:40,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:40,544 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:40,815 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:40,816 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:41,236 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:42,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:42,885 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:43,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:43,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:43,557 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:45,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:45,268 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:45,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:45,539 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:45,937 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:47,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:47,632 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:47,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:47,903 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:48,309 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:50,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:50,030 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:50,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:50,301 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:50,699 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:52,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:52,407 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:52,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:52,678 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:53,080 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:54,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:54,655 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:54,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:54,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:55,322 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:56,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:56,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:57,157 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:57,158 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:35:58,130 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:35:59,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:35:59,871 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:00,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:00,141 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:00,550 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:02,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:02,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:02,493 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:02,494 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:02,893 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:04,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:04,625 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:04,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:04,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:05,296 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:07,022 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:07,023 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:07,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:07,295 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:07,692 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:09,336 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:09,337 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:09,608 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:09,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:10,018 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:11,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:11,520 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:11,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:11,792 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:12,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:13,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:13,835 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:14,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:14,108 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:14,516 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:16,285 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:16,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:16,558 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:16,559 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:16,968 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:18,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:18,551 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:18,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:18,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:19,234 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:20,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:20,943 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:21,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:21,216 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:21,619 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:23,289 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:23,290 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:23,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:23,563 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:23,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:25,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:25,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:25,829 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:25,830 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:26,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:27,892 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:27,893 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:28,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:28,164 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:28,573 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:30,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:30,317 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:30,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:30,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:30,997 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:32,785 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:32,786 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:33,057 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:33,058 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:33,457 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:35,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:35,121 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:35,393 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:35,394 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:35,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:37,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:37,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:37,755 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:37,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:38,162 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:39,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:39,889 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:40,161 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:40,162 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:40,581 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:42,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:42,260 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:42,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:42,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:43,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:44,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:44,899 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:45,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:45,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:45,578 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:47,304 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:47,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:47,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:47,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:47,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:49,682 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:49,683 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:49,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:49,954 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:50,345 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:52,012 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:52,013 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:52,283 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:52,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:52,690 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:54,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:54,270 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:54,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:54,541 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:54,941 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:56,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:56,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:56,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:56,959 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:57,360 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:36:59,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:59,129 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:59,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:36:59,401 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:36:59,801 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:01,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:01,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:01,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:01,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:02,197 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:03,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:03,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:04,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:04,203 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:04,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:06,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:06,313 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:06,584 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:06,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:06,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:08,623 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:08,624 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:08,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:08,896 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:09,297 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:10,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:10,951 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:11,222 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:11,223 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:11,622 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:13,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:13,482 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:13,753 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:13,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:14,152 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:15,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:15,847 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:16,118 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:16,119 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:16,520 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:18,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:18,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:18,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:18,534 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:18,932 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:20,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:20,614 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:20,886 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:20,887 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:21,280 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:23,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:23,039 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:23,310 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:23,311 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:24,187 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:25,773 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:25,774 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:26,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:26,046 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:26,448 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:28,178 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:28,179 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:28,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:28,450 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:28,853 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:30,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:30,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:30,911 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:30,912 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:31,317 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:33,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:33,042 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:33,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:33,314 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:33,712 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:35,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:35,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:35,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:35,639 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:36,044 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:37,756 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:37,757 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:38,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:38,029 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:38,431 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:40,101 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:40,102 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:40,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:40,373 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:40,773 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:42,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:42,531 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:42,804 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:42,823 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:43,216 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:45,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:45,050 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:45,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:45,323 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:45,724 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:47,366 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:47,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:47,636 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:47,637 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:48,043 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:49,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:49,727 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:49,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:49,999 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:50,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:52,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:52,252 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:52,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:52,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:52,933 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:54,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:54,734 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:55,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:55,005 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:55,406 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:57,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:57,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:57,505 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:57,506 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:37:57,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:37:59,700 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:59,701 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:59,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:37:59,974 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:00,376 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:02,130 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:02,131 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:02,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:02,403 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:02,806 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:04,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:04,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:04,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:04,720 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:05,118 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:06,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:06,838 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:07,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:07,111 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:07,842 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:09,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:09,529 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:09,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:09,800 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:10,196 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:11,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:11,866 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:12,139 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:12,140 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:12,543 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:14,174 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:14,175 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:14,447 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:14,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:14,846 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:16,609 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:16,610 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:16,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:16,882 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:17,285 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:19,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:19,266 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:19,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:19,540 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:19,940 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:21,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:21,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:21,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:21,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:22,325 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:23,978 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:23,979 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:24,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:24,251 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:24,650 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:26,467 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:26,468 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:26,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:26,739 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:27,137 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:28,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:28,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:29,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:29,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:29,559 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:31,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:31,117 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:31,388 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:31,389 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:31,792 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:33,431 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:33,432 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:33,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:33,704 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:34,103 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:35,875 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:35,876 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:36,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:36,149 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:36,552 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:38,152 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:38,153 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:38,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:38,425 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:38,821 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:40,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:40,510 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:40,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:40,782 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:41,189 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:42,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:42,856 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:43,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:43,128 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:43,529 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:45,226 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:45,227 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:45,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:45,498 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:45,909 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:47,590 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:47,591 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:47,863 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:47,864 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:48,279 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:50,024 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:50,025 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:50,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:50,297 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:50,977 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:52,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:52,646 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:52,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:52,918 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:53,313 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:54,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:54,960 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:55,232 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:55,233 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:55,643 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:57,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:57,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:57,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:57,473 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:38:57,878 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:38:59,515 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:59,516 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:59,787 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:38:59,788 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:00,181 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:01,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:01,925 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:02,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:02,199 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:02,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:04,201 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:04,202 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:04,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:04,472 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:04,875 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:06,577 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:06,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:06,849 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:06,850 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:07,256 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:09,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:09,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:09,276 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:09,277 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:09,673 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:11,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:11,438 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:11,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:11,711 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:12,108 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:13,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:13,738 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:14,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:14,011 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:14,418 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:16,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:16,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:16,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:16,346 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:16,763 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:18,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:18,449 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:18,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:18,722 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:19,114 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:20,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:20,927 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:21,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:21,198 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:21,599 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:23,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:23,182 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:23,454 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:23,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:23,848 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:25,643 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:25,644 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:25,915 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:25,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:26,331 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:28,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:28,062 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:28,334 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:28,335 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:28,729 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:30,525 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:30,526 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:30,797 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:30,798 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:31,188 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:32,894 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:32,895 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:33,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:33,168 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:34,302 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:35,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:35,941 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:36,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:36,212 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:36,606 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:38,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:38,286 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:38,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:38,557 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:38,956 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:40,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:40,620 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:40,890 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:40,891 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:41,288 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:42,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:42,971 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:43,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:43,242 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:43,646 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:45,246 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:45,247 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:45,517 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:45,518 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:45,918 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:47,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:47,564 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:47,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:47,836 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:48,238 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:49,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:49,888 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:50,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:50,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:50,558 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:52,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:52,259 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:52,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:52,530 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:52,927 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:54,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:54,638 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:54,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:54,908 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:55,299 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:56,919 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:56,920 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:57,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:57,189 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:57,591 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:39:59,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:59,284 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:59,555 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:39:59,556 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:39:59,950 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:01,659 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:01,660 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:01,931 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:01,932 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:02,324 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:04,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:04,004 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:04,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:04,275 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:04,680 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:06,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:06,345 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:06,615 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:06,616 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:07,014 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:08,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:08,717 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:08,986 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:08,987 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:09,395 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:11,089 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:11,090 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:11,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:11,360 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:11,753 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:13,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:13,476 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:13,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:13,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:14,437 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:16,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:16,261 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:16,532 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:16,533 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:16,943 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:18,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:18,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:19,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:19,016 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:19,410 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:21,073 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:21,074 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:21,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:21,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:21,746 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:23,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:23,483 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:23,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:23,754 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:24,159 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:25,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:25,898 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:26,169 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:26,170 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:26,563 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:28,155 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:28,156 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:28,426 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:28,427 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:28,833 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:30,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:30,475 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:30,745 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:30,746 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:31,143 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:32,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:32,768 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:33,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:33,038 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:33,453 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:35,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:35,159 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:35,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:35,430 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:35,834 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:37,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:37,495 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:37,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:37,766 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:38,168 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:39,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:39,909 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:40,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:40,180 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:40,574 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:42,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:42,307 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:42,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:42,578 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:42,988 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:44,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:44,585 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:44,854 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:44,855 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:45,252 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:46,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:46,926 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:47,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:47,197 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:47,631 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:49,305 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:49,306 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:49,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:49,576 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:49,974 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:51,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:51,684 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:51,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:51,955 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:52,353 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:53,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:53,934 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:54,204 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:54,205 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:54,603 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:56,321 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:56,322 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:56,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:56,592 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:57,468 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:40:59,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:59,098 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:59,367 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:40:59,368 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:40:59,761 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:41:01,455 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:01,456 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:01,725 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:01,726 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:41:02,126 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:41:03,686 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:03,687 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:03,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:03,958 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:41:04,367 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:41:06,071 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:06,072 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:06,342 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:06,343 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:41:06,747 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:41:08,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:08,448 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:08,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:08,719 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:41:09,116 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:41:10,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:10,750 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:11,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:11,021 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:41:11,408 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:41:13,134 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:13,135 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:13,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:13,405 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[INFO|generation_whisper.py:1734] 2024-10-06 02:41:13,658 >> Increase max_length from 228 to 231 since input is conditioned on previous segment. -[WARNING|trainer.py:742] 2024-10-06 02:41:14,916 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:14,917 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:15,106 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. -[WARNING|trainer.py:742] 2024-10-06 02:41:15,107 >> Trainer.tokenizer is now deprecated. You should use Trainer.processing_class instead. - 40%|██████████████████████████████████████████████████▍ | 4000/10000 [12:27:50<4:46:59, 2.87s/it][INFO|trainer.py:3738] 2024-10-06 02:42:05,784 >> Saving model checkpoint to ./checkpoint-4000 -{'eval_loss': 0.1342601627111435, 'eval_wer': 8.485103888013485, 'eval_runtime': 4125.8373, 'eval_samples_per_second': 3.304, 'eval_steps_per_second': 0.413, 'epoch': 2.06} -[INFO|configuration_utils.py:410] 2024-10-06 02:42:05,785 >> Configuration saved in ./checkpoint-4000/config.json -[INFO|configuration_utils.py:868] 2024-10-06 02:42:05,786 >> Configuration saved in ./checkpoint-4000/generation_config.json -[INFO|modeling_utils.py:3000] 2024-10-06 02:42:13,986 >> The model is bigger than the maximum size per checkpoint (5GB) and is going to be split in 2 checkpoint shards. You can find where each parameters has been saved in the index located at ./checkpoint-4000/model.safetensors.index.json. -[INFO|feature_extraction_utils.py:435] 2024-10-06 02:42:13,987 >> Feature extractor saved in ./checkpoint-4000/preprocessor_config.json -[INFO|feature_extraction_utils.py:435] 2024-10-06 02:42:37,437 >> Feature extractor saved in ./preprocessor_config.json -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/torch/utils/checkpoint.py:295: FutureWarning: `torch.cpu.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cpu', args...)` instead. - with torch.enable_grad(), device_autocast_ctx, torch.cpu.amp.autocast(**ctx.cpu_autocast_kwargs): # type: ignore[attr-defined] - 40%|█████████████████████████████████████████████████▎ | 4005/10000 [12:28:37<503:37:40, 302.43s/it]/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.all-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.column-metadata-handling.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( -/home/tknika/whisper-large-eu/.venv/lib/python3.12/site-packages/huggingface_hub/hf_api.py:3889: UserWarning: It seems that you are about to commit a data file (.venv/lib/python3.12/site-packages/pyarrow/tests/data/parquet/v0.7.1.some-named-index.parquet) to a model repository. You are sure this is intended? If you are trying to upload a dataset, please set `repo_type='dataset'` or `--repo-type=dataset` in a CLI. - warnings.warn( - 41%|███████████████████████████████████████████████████▎ | 4074/10000 [12:32:01<4:56:01, 3.00s/it] -{'loss': 0.0614, 'grad_norm': 2.1877427101135254, 'learning_rate': 2.7521052631578946e-06, 'epoch': 2.06} -{'loss': 0.0559, 'grad_norm': 1.4176368713378906, 'learning_rate': 2.740592105263158e-06, 'epoch': 2.06} +version https://git-lfs.github.com/spec/v1 +oid sha256:20c9540058827bd25265fd65226e12c916533e5cfd7d9a3b456844dcef2e81d1 +size 23864015